#df83ce

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

Shades of Orchid #DF83CE

Tints of Orchid #DF83CE

Color information

#DF83CE (or 0xDF83CE) is unknown color: approx Orchid. HEX triplet: DF, 83 and CE. RGB value is (223,131,206). Sum of RGB (Red+Green+Blue) = 223+131+206=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CE is #207C31. Grayscale: #A6A6A6. Windows color (decimal): -2128946 or 13534175. OLE color: 13534175.

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

Color convert

RGB223131206-
CMYK00.410.080.13
HSL311.09º58.97%69.41%-
HSV(B)311.09º41.26%87.45%-
XYZ49.6936.3862.8-
YUV167.06149.98167.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 131 (51.56% from 255) = 23.39%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=39.82%
G=23.39%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313120600.410.080.13311.0958.9769.41
HexDF83CE0298D1373b45
Octal337203316051101546773105
Binary1101111110000011110011100101001100011011001101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df83ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df83ce; }

 p { color: rgb(223,131,206); }

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

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

 a { background-color: rgb(223,131,206); }

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

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

 span { border-color: rgb(223,131,206); }

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