#DD85CB

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

Shades of Orchid #DD85CB

Tints of Orchid #DD85CB

Color information

#DD85CB (or 0xDD85CB) is unknown color: approx Orchid. HEX triplet: DD, 85 and CB. RGB value is (221,133,203). Sum of RGB (Red+Green+Blue) = 221+133+203=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CB is #227A34. Grayscale: #A7A7A7. Windows color (decimal): -2259509 or 13338077. OLE color: 13338077.

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

Color convert

RGB221133203-
CMYK00.400.080.13
HSL312.27º56.41%69.41%-
HSV(B)312.27º39.82%86.67%-
XYZ48.9936.4660.96-
YUV167.29148.15166.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=39.68%
G=23.88%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113320300.400.080.13312.2756.4169.41
HexDD85CB0288D1383845
Octal335205313050101547070105
Binary1101110110000101110010110101000100011011001110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85CB; }

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

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

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

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

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

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

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

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