#DC88D1

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

Shades of Orchid #DC88D1

Tints of Orchid #DC88D1

Color information

#DC88D1 (or 0xDC88D1) is unknown color: approx Orchid. HEX triplet: DC, 88 and D1. RGB value is (220,136,209). Sum of RGB (Red+Green+Blue) = 220+136+209=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88D1 is #23772E. Grayscale: #A9A9A9. Windows color (decimal): -2324271 or 13732060. OLE color: 13732060.

HSL color Cylindrical-coordinate representation of color #DC88D1: hue angle of 307.86º 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 #DC88D1 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220136209-
CMYK00.380.050.14
HSL307.86º54.55%69.8%-
HSV(B)307.86º38.18%86.27%-
XYZ49.8337.4364.92-
YUV169.44150.33164.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=38.94%
G=24.07%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013620900.380.050.14307.8654.5569.8
HexDC88D10265E1343746
Octal33421032104651646467106
Binary110111001000100011010001010011010111101001101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88D1; }

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

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

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

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

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

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

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

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