Html Css Color HEX #D976CC Orchid

📋 copy color: '#D976CC'

red 217 ◦ green 118 ◦ blue 204

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

Shades of Orchid #D976CC

Tints of Orchid #D976CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 40.26%
G = 21.89%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D976CC (or 0xD976CC) is known color: Orchid. HEX triplet: D9, 76 and CC. RGB value is (217,118,204). Sum of RGB (Red+Green+Blue) = 217+118+204=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D976CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976CC is #268933. Grayscale: #9D9D9D. Windows color (decimal): -2525492 or 13399769. OLE color: 13399769.

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

Color convert

RGB 217 118 204 -
CMYK 0 0.46 0.06 0.15
HSL 307.88º 0.57% 0.66% -
HSV(B) 307.88º 0.46% 0.85% -
XYZ 45.99 32.07 60.89 -
YUV 157.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 217 118 204 0 0.46 0.06 0.15 307.88 0.57 0.66
Hex D9 76 CC 0 2E 6 F 134 39 42
Octal 331 166 314 0 56 6 17 464 71 102
Binary 11011001 1110110 11001100 0 101110 110 1111 100110100 111001 1000010

Color Harmonies of #D976CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976CC

Black with #D976CC

Text Example


Text Example

White with #D976CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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