Html Css Color HEX #D166C5 Orchid

📋 copy color: '#D166C5'

red 209 ◦ green 102 ◦ blue 197

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

Shades of Orchid #D166C5

Tints of Orchid #D166C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 41.14%
G = 20.08%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D166C5 (or 0xD166C5) is known color: Orchid. HEX triplet: D1, 66 and C5. RGB value is (209,102,197). Sum of RGB (Red+Green+Blue) = 209+102+197=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D166C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166C5 is #2E993A. Grayscale: #909090. Windows color (decimal): -3053883 or 12936913. OLE color: 12936913.

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

Color convert

RGB 209 102 197 -
CMYK 0 0.51 0.06 0.18
HSL 306.73º 0.54% 0.61% -
HSV(B) 306.73º 0.51% 0.82% -
XYZ 41.12 27.09 55.88 -
YUV 144.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 209 102 197 0 0.51 0.06 0.18 306.73 0.54 0.61
Hex D1 66 C5 0 33 6 12 133 36 3D
Octal 321 146 305 0 63 6 22 463 66 75
Binary 11010001 1100110 11000101 0 110011 110 10010 100110011 110110 111101

Color Harmonies of #D166C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166C5

Black with #D166C5

Text Example


Text Example

White with #D166C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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