#DC6CC3

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

Shades of Orchid #DC6CC3

Tints of Orchid #DC6CC3

Color information

#DC6CC3 (or 0xDC6CC3) is unknown color: approx Orchid. HEX triplet: DC, 6C and C3. RGB value is (220,108,195). Sum of RGB (Red+Green+Blue) = 220+108+195=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CC3 is #23933C. Grayscale: #979797. Windows color (decimal): -2331453 or 12807388. OLE color: 12807388.

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

Color convert

RGB220108195-
CMYK00.510.110.14
HSL313.39º61.54%64.31%-
HSV(B)313.39º50.91%86.27%-
XYZ44.7329.8855.04-
YUV151.41152.61176.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=42.07%
G=20.65%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010819500.510.110.14313.3961.5464.31
HexDC6CC3033BE1393e40
Octal334154303063131647176100
Binary110111001101100110000110110011101111101001110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CC3; }

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

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

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

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

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

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

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

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