#DD88CD

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

Shades of Orchid #DD88CD

Tints of Orchid #DD88CD

Color information

#DD88CD (or 0xDD88CD) is unknown color: approx Orchid. HEX triplet: DD, 88 and CD. RGB value is (221,136,205). Sum of RGB (Red+Green+Blue) = 221+136+205=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CD is #227732. Grayscale: #A9A9A9. Windows color (decimal): -2258739 or 13469917. OLE color: 13469917.

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

Color convert

RGB221136205-
CMYK00.380.070.13
HSL311.29º55.56%70%-
HSV(B)311.29º38.46%86.67%-
XYZ49.6437.3962.36-
YUV169.28148.16164.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=39.32%
G=24.20%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113620500.380.070.13311.2955.5670
HexDD88CD0267D1373846
Octal33521031504671546770106
Binary110111011000100011001101010011011111011001101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88CD; }

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

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

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

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

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

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

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

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