#DF83D3

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

Shades of Orchid #DF83D3

Tints of Orchid #DF83D3

Color information

#DF83D3 (or 0xDF83D3) is unknown color: approx Orchid. HEX triplet: DF, 83 and D3. RGB value is (223,131,211). Sum of RGB (Red+Green+Blue) = 223+131+211=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83D3 is #207C2C. Grayscale: #A7A7A7. Windows color (decimal): -2128941 or 13861855. OLE color: 13861855.

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

Color convert

RGB223131211-
CMYK00.410.050.13
HSL307.83º58.97%69.41%-
HSV(B)307.83º41.26%87.45%-
XYZ50.3136.6266.05-
YUV167.63152.48167.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=39.47%
G=23.19%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313121100.410.050.13307.8358.9769.41
HexDF83D30295D1343b45
Octal33720332305151546473105
Binary110111111000001111010011010100110111011001101001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83D3; }

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

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

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

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

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

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

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

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