#CC48F9

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

Shades of Medium Orchid #CC48F9

Tints of Medium Orchid #CC48F9

Color information

#CC48F9 (or 0xCC48F9) is unknown color: approx Medium Orchid. HEX triplet: CC, 48 and F9. RGB value is (204,72,249). Sum of RGB (Red+Green+Blue) = 204+72+249=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC48F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48F9 is #33B706. Grayscale: #838383. Windows color (decimal): -3389191 or 16337100. OLE color: 16337100.

HSL color Cylindrical-coordinate representation of color #CC48F9: hue angle of 284.75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC48F9 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20472249-
CMYK0.180.7100.02
HSL284.75º93.65%62.94%-
HSV(B)284.75º71.08%97.65%-
XYZ44.3224.3191.98-
YUV131.65194.23179.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 72 (28.52% from 255) = 13.71%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=38.86%
G=13.71%
B=47.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204722490.180.7100.02284.7593.6562.94
HexCC48F912470211d5e3f
Octal314110371221070243513677
Binary110011001001000111110011001010001110101000111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48F9; }

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

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

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

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

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

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

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

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