#DD6CD8

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

Shades of Orchid #DD6CD8

Tints of Orchid #DD6CD8

Color information

#DD6CD8 (or 0xDD6CD8) is unknown color: approx Orchid. HEX triplet: DD, 6C and D8. RGB value is (221,108,216). Sum of RGB (Red+Green+Blue) = 221+108+216=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CD8 is #229327. Grayscale: #999999. Windows color (decimal): -2265896 or 14183645. OLE color: 14183645.

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

Color convert

RGB221108216-
CMYK00.510.020.13
HSL302.65º62.43%64.51%-
HSV(B)302.65º51.13%86.67%-
XYZ47.5831.0668.45-
YUV154.1162.94175.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=40.55%
G=19.82%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110821600.510.020.13302.6562.4364.51
HexDD6CD80332D12f3e41
Octal33515433006321545776101
Binary1101110111011001101100001100111011011001011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6CD8; }

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

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

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

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

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

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

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

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