Html Css Color HEX #D976CB Orchid

📋 copy color: '#D976CB'

red 217 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D976CB

Tints of Orchid #D976CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 40.33%
G = 21.93%
B = 37.73%

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

#D976CB (or 0xD976CB) is known color: Orchid. HEX triplet: D9, 76 and CB. RGB value is (217,118,203). Sum of RGB (Red+Green+Blue) = 217+118+203=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D976CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976CB is #268934. Grayscale: #9D9D9D. Windows color (decimal): -2525493 or 13334233. OLE color: 13334233.

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

Color convert

RGB 217 118 203 -
CMYK 0 0.46 0.06 0.15
HSL 308.48º 0.57% 0.66% -
HSV(B) 308.48º 0.46% 0.85% -
XYZ 45.87 32.02 60.26 -
YUV 157.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 217 118 203 0 0.46 0.06 0.15 308.48 0.57 0.66
Hex D9 76 CB 0 2E 6 F 134 39 42
Octal 331 166 313 0 56 6 17 464 71 102
Binary 11011001 1110110 11001011 0 101110 110 1111 100110100 111001 1000010

Color Harmonies of #D976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976CB

Black with #D976CB

Text Example


Text Example

White with #D976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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