#CC48DD

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

Shades of Medium Orchid #CC48DD

Tints of Medium Orchid #CC48DD

Color information

#CC48DD (or 0xCC48DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 48 and DD. RGB value is (204,72,221). Sum of RGB (Red+Green+Blue) = 204+72+221=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48DD is #33B722. Grayscale: #7F7F7F. Windows color (decimal): -3389219 or 14502092. OLE color: 14502092.

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

Color convert

RGB20472221-
CMYK0.080.6700.13
HSL293.15º68.66%57.45%-
HSV(B)293.15º67.42%86.67%-
XYZ40.2722.6970.66-
YUV128.45180.23181.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 72 (28.52% from 255) = 14.49%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=41.05%
G=14.49%
B=44.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204722210.080.6700.13293.1568.6657.45
HexCC48DD8430D1254539
Octal3141103351010301544510571
Binary1100110010010001101110110001000011011011001001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48DD; }

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

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

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

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

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

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

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

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