Html Css Color HEX #D166D7 Orchid

📋 copy color: '#D166D7'

red 209 ◦ green 102 ◦ blue 215

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

Shades of Orchid #D166D7

Tints of Orchid #D166D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 39.73%
G = 19.39%
B = 40.87%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D166D7 (or 0xD166D7) is known color: Orchid. HEX triplet: D1, 66 and D7. RGB value is (209,102,215). Sum of RGB (Red+Green+Blue) = 209+102+215=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #D166D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166D7 is #2E9928. Grayscale: #929292. Windows color (decimal): -3053865 or 14116561. OLE color: 14116561.

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

Color convert

RGB 209 102 215 -
CMYK 0.03 0.53 0 0.16
HSL 296.81º 0.59% 0.62% -
HSV(B) 296.81º 0.53% 0.84% -
XYZ 43.31 27.96 67.4 -
YUV 146.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 209 102 215 0.03 0.53 0 0.16 296.81 0.59 0.62
Hex D1 66 D7 3 35 0 10 129 3B 3E
Octal 321 146 327 3 65 0 20 451 73 76
Binary 11010001 1100110 11010111 11 110101 0 10000 100101001 111011 111110

Color Harmonies of #D166D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166D7

Black with #D166D7

Text Example


Text Example

White with #D166D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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