#CC3AE5

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

Shades of Medium Orchid #CC3AE5

Tints of Medium Orchid #CC3AE5

Color information

#CC3AE5 (or 0xCC3AE5) is unknown color: approx Medium Orchid. HEX triplet: CC, 3A and E5. RGB value is (204,58,229). Sum of RGB (Red+Green+Blue) = 204+58+229=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC3AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AE5 is #33C51A. Grayscale: #787878. Windows color (decimal): -3392795 or 15022796. OLE color: 15022796.

HSL color Cylindrical-coordinate representation of color #CC3AE5: hue angle of 291.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3AE5 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20458229-
CMYK0.110.7500.10
HSL291.23º76.68%56.27%-
HSV(B)291.23º74.67%89.8%-
XYZ40.5621.5276.15-
YUV121.15188.87187.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 58 (23.05% from 255) = 11.81%
BLUE value IS 229 (89.84% from 255) = 46.64%
R=41.55%
G=11.81%
B=46.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204582290.110.7500.10291.2376.6856.27
HexCC3AE5B4B0A1234d38
Octal314723451311301244311570
Binary110011001110101110010110111001011010101001000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3AE5; }

 p { color: rgb(204,58,229); }

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

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

 a { background-color: rgb(204,58,229); }

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

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

 span { border-color: rgb(204,58,229); }

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