Html Css Color HEX #D166CD Orchid

📋 copy color: '#D166CD'

red 209 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D166CD

Tints of Orchid #D166CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 40.5%
G = 19.77%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D166CD (or 0xD166CD) is known color: Orchid. HEX triplet: D1, 66 and CD. RGB value is (209,102,205). Sum of RGB (Red+Green+Blue) = 209+102+205=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D166CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166CD is #2E9932. Grayscale: #919191. Windows color (decimal): -3053875 or 13461201. OLE color: 13461201.

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

Color convert

RGB 209 102 205 -
CMYK 0 0.51 0.02 0.18
HSL 302.24º 0.54% 0.61% -
HSV(B) 302.24º 0.51% 0.82% -
XYZ 42.07 27.47 60.84 -
YUV 145.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 209 102 205 0 0.51 0.02 0.18 302.24 0.54 0.61
Hex D1 66 CD 0 33 2 12 12E 36 3D
Octal 321 146 315 0 63 2 22 456 66 75
Binary 11010001 1100110 11001101 0 110011 10 10010 100101110 110110 111101

Color Harmonies of #D166CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166CD

Black with #D166CD

Text Example


Text Example

White with #D166CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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