Html Css Color HEX #D166CF Orchid

📋 copy color: '#D166CF'

red 209 ◦ green 102 ◦ blue 207

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

Shades of Orchid #D166CF

Tints of Orchid #D166CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 40.35%
G = 19.69%
B = 39.96%

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

#D166CF (or 0xD166CF) is known color: Orchid. HEX triplet: D1, 66 and CF. RGB value is (209,102,207). Sum of RGB (Red+Green+Blue) = 209+102+207=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CF is #2E9930. Grayscale: #919191. Windows color (decimal): -3053873 or 13592273. OLE color: 13592273.

HSL color Cylindrical-coordinate representation of color #D166CF: hue angle of 301.12º 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 #D166CF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 207 -
CMYK 0 0.51 0.01 0.18
HSL 301.12º 0.54% 0.61% -
HSV(B) 301.12º 0.51% 0.82% -
XYZ 42.31 27.56 62.12 -
YUV 145.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 209 102 207 0 0.51 0.01 0.18 301.12 0.54 0.61
Hex D1 66 CF 0 33 1 12 12D 36 3D
Octal 321 146 317 0 63 1 22 455 66 75
Binary 11010001 1100110 11001111 0 110011 1 10010 100101101 110110 111101

Color Harmonies of #D166CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166CF

Black with #D166CF

Text Example


Text Example

White with #D166CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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