#DD85CD

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

Shades of Orchid #DD85CD

Tints of Orchid #DD85CD

Color information

#DD85CD (or 0xDD85CD) is unknown color: approx Orchid. HEX triplet: DD, 85 and CD. RGB value is (221,133,205). Sum of RGB (Red+Green+Blue) = 221+133+205=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CD is #227A32. Grayscale: #A7A7A7. Windows color (decimal): -2259507 or 13469149. OLE color: 13469149.

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

Color convert

RGB221133205-
CMYK00.400.070.13
HSL310.91º56.41%69.41%-
HSV(B)310.91º39.82%86.67%-
XYZ49.2336.5562.22-
YUV167.52149.15166.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=39.53%
G=23.79%
B=36.67%

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
Decimal22113320500.400.070.13310.9156.4169.41
HexDD85CD0287D1373845
Octal33520531505071546770105
Binary110111011000010111001101010100011111011001101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85CD; }

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

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

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

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

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

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

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

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