#D981CA

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

Shades of Orchid #D981CA

Tints of Orchid #D981CA

Color information

#D981CA (or 0xD981CA) is unknown color: approx Orchid. HEX triplet: D9, 81 and CA. RGB value is (217,129,202). Sum of RGB (Red+Green+Blue) = 217+129+202=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CA is #267E35. Grayscale: #A3A3A3. Windows color (decimal): -2522678 or 13271513. OLE color: 13271513.

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

Color convert

RGB217129202-
CMYK00.410.070.15
HSL310.23º53.66%67.84%-
HSV(B)310.23º40.55%85.1%-
XYZ47.1334.7260.09-
YUV163.63149.65166.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=39.60%
G=23.54%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920200.410.070.15310.2353.6667.84
HexD981CA0297F1363644
Octal33120131205171746666104
Binary110110011000000111001010010100111111111001101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981CA; }

 p { color: rgb(217,129,202); }

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

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

 a { background-color: rgb(217,129,202); }

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

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

 span { border-color: rgb(217,129,202); }

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