Html Css Color HEX #D976CE Orchid

📋 copy color: '#D976CE'

red 217 ◦ green 118 ◦ blue 206

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

Shades of Orchid #D976CE

Tints of Orchid #D976CE

RGB

 RED value IS 217 (85.16% from 255) = 40.11%

 GREEN value IS 118 (46.48% from 255) = 21.81%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 40.11%
G = 21.81%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D976CE (or 0xD976CE) is known color: Orchid. HEX triplet: D9, 76 and CE. RGB value is (217,118,206). Sum of RGB (Red+Green+Blue) = 217+118+206=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D976CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976CE is #268931. Grayscale: #9D9D9D. Windows color (decimal): -2525490 or 13530841. OLE color: 13530841.

HSL color Cylindrical-coordinate representation of color #D976CE: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D976CE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 206 -
CMYK 0 0.46 0.05 0.15
HSL 306.67º 0.57% 0.66% -
HSV(B) 306.67º 0.46% 0.85% -
XYZ 46.23 32.16 62.16 -
YUV 157.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 217 118 206 0 0.46 0.05 0.15 306.67 0.57 0.66
Hex D9 76 CE 0 2E 5 F 133 39 42
Octal 331 166 316 0 56 5 17 463 71 102
Binary 11011001 1110110 11001110 0 101110 101 1111 100110011 111001 1000010

Color Harmonies of #D976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976CE

Black with #D976CE

Text Example


Text Example

White with #D976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976CE; }

 p { color: rgb(217,118,206); }

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

background-color css

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

 a { background-color: rgb(217,118,206); }

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

border-color css

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

 span { border-color: rgb(217,118,206); }

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