#DD85CE

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

Shades of Orchid #DD85CE

Tints of Orchid #DD85CE

Color information

#DD85CE (or 0xDD85CE) is unknown color: approx Orchid. HEX triplet: DD, 85 and CE. RGB value is (221,133,206). Sum of RGB (Red+Green+Blue) = 221+133+206=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CE is #227A31. Grayscale: #A7A7A7. Windows color (decimal): -2259506 or 13534685. OLE color: 13534685.

HSL color Cylindrical-coordinate representation of color #DD85CE: hue angle of 310.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85CE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221133206-
CMYK00.400.070.13
HSL310.23º56.41%69.41%-
HSV(B)310.23º39.82%86.67%-
XYZ49.3536.662.86-
YUV167.63149.65166.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=39.46%
G=23.75%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113320600.400.070.13310.2356.4169.41
HexDD85CE0287D1363845
Octal33520531605071546670105
Binary110111011000010111001110010100011111011001101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85CE; }

 p { color: rgb(221,133,206); }

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

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

 a { background-color: rgb(221,133,206); }

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

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

 span { border-color: rgb(221,133,206); }

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