#D982CB

Color #D982CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D982CB

Tints of Orchid #D982CB

Color information

#D982CB (or 0xD982CB) is unknown color: approx Orchid. HEX triplet: D9, 82 and CB. RGB value is (217,130,203). Sum of RGB (Red+Green+Blue) = 217+130+203=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D982CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982CB is #267D34. Grayscale: #A4A4A4. Windows color (decimal): -2522421 or 13337305. OLE color: 13337305.

HSL color Cylindrical-coordinate representation of color #D982CB: hue angle of 309.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982CB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217130203-
CMYK00.400.060.15
HSL309.66º53.37%68.04%-
HSV(B)309.66º40.09%85.1%-
XYZ47.3835.0360.76-
YUV164.33149.82165.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=39.45%
G=23.64%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713020300.400.060.15309.6653.3768.04
HexD982CB0286F1363544
Octal33120231305061746665104
Binary110110011000001011001011010100011011111001101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982CB; }

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

 H1.HeaderClassName
 {
   color: #D982CB;
 }
 .AnyTagClassName
 {
   color: #D982CB;
 }
</style>
background-color css

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

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

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

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

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

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