Html Css Color HEX #D166D6 Orchid

📋 copy color: '#D166D6'

red 209 ◦ green 102 ◦ blue 214

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

Shades of Orchid #D166D6

Tints of Orchid #D166D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 39.81%
G = 19.43%
B = 40.76%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D166D6 (or 0xD166D6) is known color: Orchid. HEX triplet: D1, 66 and D6. RGB value is (209,102,214). Sum of RGB (Red+Green+Blue) = 209+102+214=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #D166D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166D6 is #2E9929. Grayscale: #929292. Windows color (decimal): -3053866 or 14051025. OLE color: 14051025.

HSL color Cylindrical-coordinate representation of color #D166D6: hue angle of 297.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D166D6 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 102 214 -
CMYK 0.02 0.52 0 0.16
HSL 297.32º 0.58% 0.62% -
HSV(B) 297.32º 0.52% 0.84% -
XYZ 43.18 27.91 66.73 -
YUV 146.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 209 102 214 0.02 0.52 0 0.16 297.32 0.58 0.62
Hex D1 66 D6 2 34 0 10 129 3A 3E
Octal 321 146 326 2 64 0 20 451 72 76
Binary 11010001 1100110 11010110 10 110100 0 10000 100101001 111010 111110

Color Harmonies of #D166D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166D6

Black with #D166D6

Text Example


Text Example

White with #D166D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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