#CC48E1

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

Shades of Medium Orchid #CC48E1

Tints of Medium Orchid #CC48E1

Color information

#CC48E1 (or 0xCC48E1) is unknown color: approx Medium Orchid. HEX triplet: CC, 48 and E1. RGB value is (204,72,225). Sum of RGB (Red+Green+Blue) = 204+72+225=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC48E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48E1 is #33B71E. Grayscale: #808080. Windows color (decimal): -3389215 or 14764236. OLE color: 14764236.

HSL color Cylindrical-coordinate representation of color #CC48E1: hue angle of 291.76º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC48E1 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20472225-
CMYK0.090.6800.12
HSL291.76º71.83%58.24%-
HSV(B)291.76º68%88.24%-
XYZ40.8122.9173.5-
YUV128.91182.23181.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 72 (28.52% from 255) = 14.37%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=40.72%
G=14.37%
B=44.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204722250.090.6800.12291.7671.8358.24
HexCC48E19440C124483a
Octal3141103411110401444411072
Binary1100110010010001110000110011000100011001001001001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48E1; }

 p { color: rgb(204,72,225); }

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

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

 a { background-color: rgb(204,72,225); }

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

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

 span { border-color: rgb(204,72,225); }

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