#DF84CA

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

Shades of Orchid #DF84CA

Tints of Orchid #DF84CA

Color information

#DF84CA (or 0xDF84CA) is unknown color: approx Orchid. HEX triplet: DF, 84 and CA. RGB value is (223,132,202). Sum of RGB (Red+Green+Blue) = 223+132+202=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84CA is #207B35. Grayscale: #A6A6A6. Windows color (decimal): -2128694 or 13272287. OLE color: 13272287.

HSL color Cylindrical-coordinate representation of color #DF84CA: hue angle of 313.85º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84CA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223132202-
CMYK00.410.090.13
HSL313.85º58.71%69.61%-
HSV(B)313.85º40.81%87.45%-
XYZ49.3436.4560.31-
YUV167.19147.65167.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=40.04%
G=23.70%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313220200.410.090.13313.8558.7169.61
HexDF84CA0299D13a3b46
Octal337204312051111547273106
Binary1101111110000100110010100101001100111011001110101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84CA; }

 p { color: rgb(223,132,202); }

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

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

 a { background-color: rgb(223,132,202); }

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

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

 span { border-color: rgb(223,132,202); }

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