#cc4ae5

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

Shades of Medium Orchid #CC4AE5

Tints of Medium Orchid #CC4AE5

Color information

#CC4AE5 (or 0xCC4AE5) is unknown color: approx Medium Orchid. HEX triplet: CC, 4A and E5. RGB value is (204,74,229). Sum of RGB (Red+Green+Blue) = 204+74+229=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC4AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AE5 is #33B51A. Grayscale: #828282. Windows color (decimal): -3388699 or 15026892. OLE color: 15026892.

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

Color convert

RGB20474229-
CMYK0.110.6800.10
HSL290.32º74.88%59.41%-
HSV(B)290.32º67.69%89.8%-
XYZ41.4923.3976.46-
YUV130.54183.57180.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 229 (89.84% from 255) = 45.17%
R=40.24%
G=14.60%
B=45.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204742290.110.6800.10290.3274.8859.41
HexCC4AE5B440A1224b3b
Octal3141123451310401244211373
Binary1100110010010101110010110111000100010101001000101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4ae5; }

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

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

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

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

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

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

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

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