#CC48D5

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

Shades of Medium Orchid #CC48D5

Tints of Medium Orchid #CC48D5

Color information

#CC48D5 (or 0xCC48D5) is unknown color: approx Medium Orchid. HEX triplet: CC, 48 and D5. RGB value is (204,72,213). Sum of RGB (Red+Green+Blue) = 204+72+213=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48D5 is #33B72A. Grayscale: #7F7F7F. Windows color (decimal): -3389227 or 13977804. OLE color: 13977804.

HSL color Cylindrical-coordinate representation of color #CC48D5: hue angle of 296.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC48D5 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20472213-
CMYK0.040.6600.16
HSL296.17º62.67%55.88%-
HSV(B)296.17º66.2%83.53%-
XYZ39.2322.2865.18-
YUV127.54176.23182.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 72 (28.52% from 255) = 14.72%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=41.72%
G=14.72%
B=43.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204722130.040.6600.16296.1762.6755.88
HexCC48D54420101283f38
Octal31411032541020204507770
Binary110011001001000110101011001000010010000100101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48D5; }

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

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

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

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

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

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

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

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