#DD85CA

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

Shades of Orchid #DD85CA

Tints of Orchid #DD85CA

Color information

#DD85CA (or 0xDD85CA) is unknown color: approx Orchid. HEX triplet: DD, 85 and CA. RGB value is (221,133,202). Sum of RGB (Red+Green+Blue) = 221+133+202=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CA is #227A35. Grayscale: #A6A6A6. Windows color (decimal): -2259510 or 13272541. OLE color: 13272541.

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

Color convert

RGB221133202-
CMYK00.400.090.13
HSL312.95º56.41%69.41%-
HSV(B)312.95º39.82%86.67%-
XYZ48.8736.4160.33-
YUV167.18147.65166.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=39.75%
G=23.92%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113320200.400.090.13312.9556.4169.41
HexDD85CA0289D1393845
Octal335205312050111547170105
Binary1101110110000101110010100101000100111011001110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85CA; }

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

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

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

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

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

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

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

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