#DC6DC4

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

Shades of Orchid #DC6DC4

Tints of Orchid #DC6DC4

Color information

#DC6DC4 (or 0xDC6DC4) is unknown color: approx Orchid. HEX triplet: DC, 6D and C4. RGB value is (220,109,196). Sum of RGB (Red+Green+Blue) = 220+109+196=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC4 is #23923B. Grayscale: #979797. Windows color (decimal): -2331196 or 12873180. OLE color: 12873180.

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

Color convert

RGB220109196-
CMYK00.500.110.14
HSL312.97º61.33%64.51%-
HSV(B)312.97º50.45%86.27%-
XYZ44.9530.1455.67-
YUV152.11152.77176.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=41.90%
G=20.76%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010919600.500.110.14312.9761.3364.51
HexDC6DC4032BE1393d41
Octal334155304062131647175101
Binary110111001101101110001000110010101111101001110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DC4; }

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

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

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

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

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

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

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

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