#CC49EB

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

Shades of Medium Orchid #CC49EB

Tints of Medium Orchid #CC49EB

Color information

#CC49EB (or 0xCC49EB) is unknown color: approx Medium Orchid. HEX triplet: CC, 49 and EB. RGB value is (204,73,235). Sum of RGB (Red+Green+Blue) = 204+73+235=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49EB is #33B614. Grayscale: #828282. Windows color (decimal): -3388949 or 15419852. OLE color: 15419852.

HSL color Cylindrical-coordinate representation of color #CC49EB: hue angle of 288.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC49EB is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20473235-
CMYK0.130.6900.08
HSL288.52º80.2%60.39%-
HSV(B)288.52º68.94%92.16%-
XYZ42.2823.680.92-
YUV130.64186.9180.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 73 (28.91% from 255) = 14.26%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=39.84%
G=14.26%
B=45.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204732350.130.6900.08288.5280.260.39
HexCC49EBD4508121503c
Octal3141113531510501044112074
Binary1100110010010011110101111011000101010001001000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49EB; }

 p { color: rgb(204,73,235); }

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

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

 a { background-color: rgb(204,73,235); }

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

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

 span { border-color: rgb(204,73,235); }

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