#DF77CA

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

Shades of Orchid #DF77CA

Tints of Orchid #DF77CA

Color information

#DF77CA (or 0xDF77CA) is unknown color: approx Orchid. HEX triplet: DF, 77 and CA. RGB value is (223,119,202). Sum of RGB (Red+Green+Blue) = 223+119+202=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CA is #208835. Grayscale: #9F9F9F. Windows color (decimal): -2132022 or 13268959. OLE color: 13268959.

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

Color convert

RGB223119202-
CMYK00.470.090.13
HSL312.12º61.9%67.06%-
HSV(B)312.12º46.64%87.45%-
XYZ47.6933.1559.76-
YUV159.56151.96173.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 119 (46.88% from 255) = 21.88%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=40.99%
G=21.88%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311920200.470.090.13312.1261.967.06
HexDF77CA02F9D1383e43
Octal337167312057111547076103
Binary110111111110111110010100101111100111011001110001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF77CA; }

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

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

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

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

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

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

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

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