Html Css Color HEX #D46DC9 Orchid

📋 copy color: '#D46DC9'

red 212 ◦ green 109 ◦ blue 201

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

Shades of Orchid #D46DC9

Tints of Orchid #D46DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.88%

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 40.61%
G = 20.88%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D46DC9 (or 0xD46DC9) is known color: Orchid. HEX triplet: D4, 6D and C9. RGB value is (212,109,201). Sum of RGB (Red+Green+Blue) = 212+109+201=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DC9 is #2B9236. Grayscale: #969696. Windows color (decimal): -2855479 or 13200852. OLE color: 13200852.

HSL color Cylindrical-coordinate representation of color #D46DC9: hue angle of 306.41º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46DC9 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 201 -
CMYK 0 0.49 0.05 0.17
HSL 306.41º 0.54% 0.63% -
HSV(B) 306.41º 0.49% 0.83% -
XYZ 43.16 29.15 58.61 -
YUV 150.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 212 109 201 0 0.49 0.05 0.17 306.41 0.54 0.63
Hex D4 6D C9 0 31 5 11 132 36 3F
Octal 324 155 311 0 61 5 21 462 66 77
Binary 11010100 1101101 11001001 0 110001 101 10001 100110010 110110 111111

Color Harmonies of #D46DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DC9

Black with #D46DC9

Text Example


Text Example

White with #D46DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DC9; }

 p { color: rgb(212,109,201); }

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

background-color css

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

 a { background-color: rgb(212,109,201); }

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

border-color css

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

 span { border-color: rgb(212,109,201); }

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