#DD6CD4

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

Shades of Orchid #DD6CD4

Tints of Orchid #DD6CD4

Color information

#DD6CD4 (or 0xDD6CD4) is unknown color: approx Orchid. HEX triplet: DD, 6C and D4. RGB value is (221,108,212). Sum of RGB (Red+Green+Blue) = 221+108+212=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CD4 is #22932B. Grayscale: #999999. Windows color (decimal): -2265900 or 13921501. OLE color: 13921501.

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

Color convert

RGB221108212-
CMYK00.510.040.13
HSL304.78º62.43%64.51%-
HSV(B)304.78º51.13%86.67%-
XYZ47.0730.8565.76-
YUV153.64160.94176.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 108 (42.58% from 255) = 19.96%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=40.85%
G=19.96%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110821200.510.040.13304.7862.4364.51
HexDD6CD40334D1313e41
Octal33515432406341546176101
Binary11011101110110011010100011001110011011001100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6CD4; }

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

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

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

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

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

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

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

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