#DC6DD4

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

Shades of Orchid #DC6DD4

Tints of Orchid #DC6DD4

Color information

#DC6DD4 (or 0xDC6DD4) is unknown color: approx Orchid. HEX triplet: DC, 6D and D4. RGB value is (220,109,212). Sum of RGB (Red+Green+Blue) = 220+109+212=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DD4 is #23922B. Grayscale: #999999. Windows color (decimal): -2331180 or 13921756. OLE color: 13921756.

HSL color Cylindrical-coordinate representation of color #DC6DD4: hue angle of 304.32º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DD4 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220109212-
CMYK00.500.040.14
HSL304.32º61.33%64.51%-
HSV(B)304.32º50.45%86.27%-
XYZ46.8730.9165.78-
YUV153.93160.77175.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=40.67%
G=20.15%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010921200.500.040.14304.3261.3364.51
HexDC6DD40324E1303d41
Octal33415532406241646075101
Binary11011100110110111010100011001010011101001100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DD4; }

 p { color: rgb(220,109,212); }

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

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

 a { background-color: rgb(220,109,212); }

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

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

 span { border-color: rgb(220,109,212); }

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