Html Css Color HEX #D66BB9 Orchid

📋 copy color: '#D66BB9'

red 214 ◦ green 107 ◦ blue 185

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

Shades of Orchid #D66BB9

Tints of Orchid #D66BB9

RGB

 RED value IS 214 (83.98% from 255) = 42.29%

 GREEN value IS 107 (42.19% from 255) = 21.15%

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 42.29%
G = 21.15%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D66BB9 (or 0xD66BB9) is known color: Orchid. HEX triplet: D6, 6B and B9. RGB value is (214,107,185). Sum of RGB (Red+Green+Blue) = 214+107+185=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BB9 is #299446. Grayscale: #939393. Windows color (decimal): -2724935 or 12151766. OLE color: 12151766.

HSL color Cylindrical-coordinate representation of color #D66BB9: hue angle of 316.26º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66BB9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 107 185 -
CMYK 0 0.50 0.14 0.16
HSL 316.26º 0.57% 0.63% -
HSV(B) 316.26º 0.5% 0.84% -
XYZ 41.75 28.31 49.16 -
YUV 147.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 214 107 185 0 0.50 0.14 0.16 316.26 0.57 0.63
Hex D6 6B B9 0 32 E 10 13C 39 3F
Octal 326 153 271 0 62 16 20 474 71 77
Binary 11010110 1101011 10111001 0 110010 1110 10000 100111100 111001 111111

Color Harmonies of #D66BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BB9

Black with #D66BB9

Text Example


Text Example

White with #D66BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BB9; }

 p { color: rgb(214,107,185); }

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

background-color css

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

 a { background-color: rgb(214,107,185); }

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

border-color css

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

 span { border-color: rgb(214,107,185); }

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