#DC88CB

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

Shades of Orchid #DC88CB

Tints of Orchid #DC88CB

Color information

#DC88CB (or 0xDC88CB) is unknown color: approx Orchid. HEX triplet: DC, 88 and CB. RGB value is (220,136,203). Sum of RGB (Red+Green+Blue) = 220+136+203=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88CB is #237734. Grayscale: #A8A8A8. Windows color (decimal): -2324277 or 13338844. OLE color: 13338844.

HSL color Cylindrical-coordinate representation of color #DC88CB: hue angle of 312.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88CB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220136203-
CMYK00.380.080.14
HSL312.14º54.55%69.8%-
HSV(B)312.14º38.18%86.27%-
XYZ49.137.1461.08-
YUV168.75147.33164.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=39.36%
G=24.33%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013620300.380.080.14312.1454.5569.8
HexDC88CB0268E1383746
Octal334210313046101647067106
Binary1101110010001000110010110100110100011101001110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88CB; }

 p { color: rgb(220,136,203); }

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

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

 a { background-color: rgb(220,136,203); }

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

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

 span { border-color: rgb(220,136,203); }

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