#DF83D7

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

Shades of Orchid #DF83D7

Tints of Orchid #DF83D7

Color information

#DF83D7 (or 0xDF83D7) is unknown color: approx Orchid. HEX triplet: DF, 83 and D7. RGB value is (223,131,215). Sum of RGB (Red+Green+Blue) = 223+131+215=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83D7 is #207C28. Grayscale: #A7A7A7. Windows color (decimal): -2128937 or 14123999. OLE color: 14123999.

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

Color convert

RGB223131215-
CMYK00.410.040.13
HSL305.22º58.97%69.41%-
HSV(B)305.22º41.26%87.45%-
XYZ50.8136.8368.72-
YUV168.08154.48167.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=39.19%
G=23.02%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313121500.410.040.13305.2258.9769.41
HexDF83D70294D1313b45
Octal33720332705141546173105
Binary110111111000001111010111010100110011011001100011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83D7; }

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

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

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

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

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

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

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

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