#DF81CD

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

Shades of Orchid #DF81CD

Tints of Orchid #DF81CD

Color information

#DF81CD (or 0xDF81CD) is unknown color: approx Orchid. HEX triplet: DF, 81 and CD. RGB value is (223,129,205). Sum of RGB (Red+Green+Blue) = 223+129+205=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81CD is #207E32. Grayscale: #A5A5A5. Windows color (decimal): -2129459 or 13468127. OLE color: 13468127.

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

Color convert

RGB223129205-
CMYK00.420.080.13
HSL311.49º59.49%69.02%-
HSV(B)311.49º42.15%87.45%-
XYZ49.335.862.07-
YUV165.77150.14168.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=40.04%
G=23.16%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312920500.420.080.13311.4959.4969.02
HexDF81CD02A8D1373b45
Octal337201315052101546773105
Binary1101111110000001110011010101010100011011001101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81CD; }

 p { color: rgb(223,129,205); }

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

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

 a { background-color: rgb(223,129,205); }

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

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

 span { border-color: rgb(223,129,205); }

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