#D980CF

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

Shades of Orchid #D980CF

Tints of Orchid #D980CF

Color information

#D980CF (or 0xD980CF) is unknown color: approx Orchid. HEX triplet: D9, 80 and CF. RGB value is (217,128,207). Sum of RGB (Red+Green+Blue) = 217+128+207=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CF is #267F30. Grayscale: #A3A3A3. Windows color (decimal): -2522929 or 13598937. OLE color: 13598937.

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

Color convert

RGB217128207-
CMYK00.410.050.15
HSL306.74º53.94%67.65%-
HSV(B)306.74º41.01%85.1%-
XYZ47.634.763.22-
YUV163.62152.49166.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=39.31%
G=23.19%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712820700.410.050.15306.7453.9467.65
HexD980CF0295F1333644
Octal33120031705151746366104
Binary110110011000000011001111010100110111111001100111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980CF; }

 p { color: rgb(217,128,207); }

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

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

 a { background-color: rgb(217,128,207); }

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

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

 span { border-color: rgb(217,128,207); }

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