#DC6CC2

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

Shades of Orchid #DC6CC2

Tints of Orchid #DC6CC2

Color information

#DC6CC2 (or 0xDC6CC2) is unknown color: approx Orchid. HEX triplet: DC, 6C and C2. RGB value is (220,108,194). Sum of RGB (Red+Green+Blue) = 220+108+194=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC2 is #23933D. Grayscale: #979797. Windows color (decimal): -2331454 or 12741852. OLE color: 12741852.

HSL color Cylindrical-coordinate representation of color #DC6CC2: hue angle of 313.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CC2 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB220108194-
CMYK00.510.120.14
HSL313.93º61.54%64.31%-
HSV(B)313.93º50.91%86.27%-
XYZ44.6229.8454.45-
YUV151.29152.11177.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 108 (42.58% from 255) = 20.69%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=42.15%
G=20.69%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010819400.510.120.14313.9361.5464.31
HexDC6CC2033CE13a3e40
Octal334154302063141647276100
Binary110111001101100110000100110011110011101001110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CC2; }

 p { color: rgb(220,108,194); }

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

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

 a { background-color: rgb(220,108,194); }

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

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

 span { border-color: rgb(220,108,194); }

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