Html Css Color HEX #D166CE Orchid

📋 copy color: '#D166CE'

red 209 ◦ green 102 ◦ blue 206

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

Shades of Orchid #D166CE

Tints of Orchid #D166CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 40.43%
G = 19.73%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D166CE (or 0xD166CE) is known color: Orchid. HEX triplet: D1, 66 and CE. RGB value is (209,102,206). Sum of RGB (Red+Green+Blue) = 209+102+206=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CE is #2E9931. Grayscale: #919191. Windows color (decimal): -3053874 or 13526737. OLE color: 13526737.

HSL color Cylindrical-coordinate representation of color #D166CE: hue angle of 301.68º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D166CE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 206 -
CMYK 0 0.51 0.01 0.18
HSL 301.68º 0.54% 0.61% -
HSV(B) 301.68º 0.51% 0.82% -
XYZ 42.19 27.51 61.48 -
YUV 145.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 209 102 206 0 0.51 0.01 0.18 301.68 0.54 0.61
Hex D1 66 CE 0 33 1 12 12E 36 3D
Octal 321 146 316 0 63 1 22 456 66 75
Binary 11010001 1100110 11001110 0 110011 1 10010 100101110 110110 111101

Color Harmonies of #D166CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166CE

Black with #D166CE

Text Example


Text Example

White with #D166CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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