Html Css Color HEX #D166DB Orchid

📋 copy color: '#D166DB'

red 209 ◦ green 102 ◦ blue 219

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

Shades of Orchid #D166DB

Tints of Orchid #D166DB

RGB

 RED value IS 209 (82.03% from 255) = 39.43%

 GREEN value IS 102 (40.23% from 255) = 19.25%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 39.43%
G = 19.25%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D166DB (or 0xD166DB) is known color: Orchid. HEX triplet: D1, 66 and DB. RGB value is (209,102,219). Sum of RGB (Red+Green+Blue) = 209+102+219=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D166DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166DB is #2E9924. Grayscale: #929292. Windows color (decimal): -3053861 or 14378705. OLE color: 14378705.

HSL color Cylindrical-coordinate representation of color #D166DB: hue angle of 294.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D166DB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 102 219 -
CMYK 0.05 0.53 0 0.14
HSL 294.87º 0.62% 0.63% -
HSV(B) 294.87º 0.53% 0.86% -
XYZ 43.83 28.17 70.15 -
YUV 147.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 209 102 219 0.05 0.53 0 0.14 294.87 0.62 0.63
Hex D1 66 DB 5 35 0 E 127 3E 3F
Octal 321 146 333 5 65 0 16 447 76 77
Binary 11010001 1100110 11011011 101 110101 0 1110 100100111 111110 111111

Color Harmonies of #D166DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166DB

Black with #D166DB

Text Example


Text Example

White with #D166DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166DB; }

 p { color: rgb(209,102,219); }

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

background-color css

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

 a { background-color: rgb(209,102,219); }

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

border-color css

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

 span { border-color: rgb(209,102,219); }

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