#CC47DD

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

Shades of Medium Orchid #CC47DD

Tints of Medium Orchid #CC47DD

Color information

#CC47DD (or 0xCC47DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 47 and DD. RGB value is (204,71,221). Sum of RGB (Red+Green+Blue) = 204+71+221=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47DD is #33B822. Grayscale: #7F7F7F. Windows color (decimal): -3389475 or 14501836. OLE color: 14501836.

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

Color convert

RGB20471221-
CMYK0.080.6800.13
HSL293.2º68.81%57.25%-
HSV(B)293.2º67.87%86.67%-
XYZ40.2122.5670.64-
YUV127.87180.56182.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 71 (28.12% from 255) = 14.31%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=41.13%
G=14.31%
B=44.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204712210.080.6800.13293.268.8157.25
HexCC47DD8440D1254539
Octal3141073351010401544510571
Binary1100110010001111101110110001000100011011001001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47DD; }

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

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

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

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

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

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

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

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