#CC3EDC

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

Shades of Medium Orchid #CC3EDC

Tints of Medium Orchid #CC3EDC

Color information

#CC3EDC (or 0xCC3EDC) is unknown color: approx Medium Orchid. HEX triplet: CC, 3E and DC. RGB value is (204,62,220). Sum of RGB (Red+Green+Blue) = 204+62+220=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EDC is #33C123. Grayscale: #797979. Windows color (decimal): -3391780 or 14433996. OLE color: 14433996.

HSL color Cylindrical-coordinate representation of color #CC3EDC: hue angle of 293.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3EDC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20462220-
CMYK0.070.7200.14
HSL293.92º69.3%55.29%-
HSV(B)293.92º71.82%86.27%-
XYZ39.5421.4569.77-
YUV122.47183.04186.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 62 (24.61% from 255) = 12.76%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=41.98%
G=12.76%
B=45.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204622200.070.7200.14293.9269.355.29
HexCC3EDC7480E1264537
Octal31476334711001644610567
Binary11001100111110110111001111001000011101001001101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3EDC; }

 p { color: rgb(204,62,220); }

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

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

 a { background-color: rgb(204,62,220); }

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

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

 span { border-color: rgb(204,62,220); }

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