Html Css Color HEX #D461D5 Orchid

📋 copy color: '#D461D5'

red 212 ◦ green 97 ◦ blue 213

#D461D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D461D5

Tints of Orchid #D461D5

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

 GREEN value IS 97 (38.28% from 255) = 18.58%

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 40.61%
G = 18.58%
B = 40.8%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D461D5 (or 0xD461D5) is known color: Orchid. HEX triplet: D4, 61 and D5. RGB value is (212,97,213). Sum of RGB (Red+Green+Blue) = 212+97+213=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #D461D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461D5 is #2B9E2A. Grayscale: #909090. Windows color (decimal): -2858539 or 13984212. OLE color: 13984212.

HSL color Cylindrical-coordinate representation of color #D461D5: hue angle of 299.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461D5 is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 97 213 -
CMYK 0.00 0.54 0 0.16
HSL 299.48º 0.58% 0.61% -
HSV(B) 299.48º 0.54% 0.84% -
XYZ 43.44 27.35 65.94 -
YUV 144.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 212 97 213 0.00 0.54 0 0.16 299.48 0.58 0.61
Hex D4 61 D5 0 36 0 10 12B 3A 3D
Octal 324 141 325 0 66 0 20 453 72 75
Binary 11010100 1100001 11010101 0 110110 0 10000 100101011 111010 111101

Color Harmonies of #D461D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461D5

Black with #D461D5

Text Example


Text Example

White with #D461D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461D5; }

 p { color: rgb(212,97,213); }

 H1.HeaderClassName
 {
   color: #D461D5;
 }
 .AnyTagClassName
 {
   color: #D461D5;
 }
</style>

background-color css

<style>
 a { background-color: #D461D5; }

 a { background-color: rgb(212,97,213); }

 div.DivClassName
 {
   background-color: #D461D5;
 }
 .BgClassName
 {
   background-color: #D461D5;
 }
</style>

border-color css

<style>
 span { border-color: #D461D5; }

 span { border-color: rgb(212,97,213); }

 td.TdClassName
 {
   border-color: #D461D5;
 }
 .TagClassName
 {
   border-color: #D461D5;
 }
</style>