#DD6CC5

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

Shades of Orchid #DD6CC5

Tints of Orchid #DD6CC5

Color information

#DD6CC5 (or 0xDD6CC5) is unknown color: approx Orchid. HEX triplet: DD, 6C and C5. RGB value is (221,108,197). Sum of RGB (Red+Green+Blue) = 221+108+197=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CC5 is #22933A. Grayscale: #979797. Windows color (decimal): -2265915 or 12938461. OLE color: 12938461.

HSL color Cylindrical-coordinate representation of color #DD6CC5: hue angle of 312.74º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6CC5 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221108197-
CMYK00.510.110.13
HSL312.74º62.43%64.51%-
HSV(B)312.74º51.13%86.67%-
XYZ45.2630.1356.25-
YUV151.93153.44177.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 108 (42.58% from 255) = 20.53%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=42.02%
G=20.53%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110819700.510.110.13312.7462.4364.51
HexDD6CC5033BD1393e41
Octal335154305063131547176101
Binary110111011101100110001010110011101111011001110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6CC5; }

 p { color: rgb(221,108,197); }

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

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

 a { background-color: rgb(221,108,197); }

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

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

 span { border-color: rgb(221,108,197); }

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