Html Css Color HEX #D166DA Orchid

📋 copy color: '#D166DA'

red 209 ◦ green 102 ◦ blue 218

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

Shades of Orchid #D166DA

Tints of Orchid #D166DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 39.51%
G = 19.28%
B = 41.21%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D166DA (or 0xD166DA) is known color: Orchid. HEX triplet: D1, 66 and DA. RGB value is (209,102,218). Sum of RGB (Red+Green+Blue) = 209+102+218=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D166DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166DA is #2E9925. Grayscale: #929292. Windows color (decimal): -3053862 or 14313169. OLE color: 14313169.

HSL color Cylindrical-coordinate representation of color #D166DA: hue angle of 295.34º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D166DA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 102 218 -
CMYK 0.04 0.53 0 0.15
HSL 295.34º 0.61% 0.63% -
HSV(B) 295.34º 0.53% 0.85% -
XYZ 43.7 28.12 69.45 -
YUV 147.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 209 102 218 0.04 0.53 0 0.15 295.34 0.61 0.63
Hex D1 66 DA 4 35 0 F 127 3D 3F
Octal 321 146 332 4 65 0 17 447 75 77
Binary 11010001 1100110 11011010 100 110101 0 1111 100100111 111101 111111

Color Harmonies of #D166DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166DA

Black with #D166DA

Text Example


Text Example

White with #D166DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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