Html Css Color HEX #D66DB8 Orchid

📋 copy color: '#D66DB8'

red 214 ◦ green 109 ◦ blue 184

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

Shades of Orchid #D66DB8

Tints of Orchid #D66DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 42.21%
G = 21.5%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D66DB8 (or 0xD66DB8) is known color: Orchid. HEX triplet: D6, 6D and B8. RGB value is (214,109,184). Sum of RGB (Red+Green+Blue) = 214+109+184=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DB8 is #299247. Grayscale: #949494. Windows color (decimal): -2724424 or 12086742. OLE color: 12086742.

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

Color convert

RGB 214 109 184 -
CMYK 0 0.49 0.14 0.16
HSL 317.14º 0.56% 0.63% -
HSV(B) 317.14º 0.49% 0.84% -
XYZ 41.85 28.69 48.68 -
YUV 148.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 214 109 184 0 0.49 0.14 0.16 317.14 0.56 0.63
Hex D6 6D B8 0 31 E 10 13D 38 3F
Octal 326 155 270 0 61 16 20 475 70 77
Binary 11010110 1101101 10111000 0 110001 1110 10000 100111101 111000 111111

Color Harmonies of #D66DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DB8

Black with #D66DB8

Text Example


Text Example

White with #D66DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DB8; }

 p { color: rgb(214,109,184); }

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

background-color css

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

 a { background-color: rgb(214,109,184); }

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

border-color css

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

 span { border-color: rgb(214,109,184); }

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