Html Css Color HEX #CC5AE0 Medium Orchid

📋 copy color: '#CC5AE0'

red 204 ◦ green 90 ◦ blue 224

#CC5AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC5AE0

Tints of Medium Orchid #CC5AE0

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

 GREEN value IS 90 (35.55% from 255) = 17.37%

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 39.38%
G = 17.37%
B = 43.24%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC5AE0 (or 0xCC5AE0) is known color: Medium Orchid. HEX triplet: CC, 5A and E0. RGB value is (204,90,224). Sum of RGB (Red+Green+Blue) = 204+90+224=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC5AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AE0 is #33A51F. Grayscale: #8A8A8A. Windows color (decimal): -3384608 or 14703308. OLE color: 14703308.

HSL color Cylindrical-coordinate representation of color #CC5AE0: hue angle of 291.04º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5AE0 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 90 224 -
CMYK 0.09 0.60 0 0.12
HSL 291.04º 0.68% 0.62% -
HSV(B) 291.04º 0.6% 0.88% -
XYZ 42.01 25.53 73.23 -
YUV 139.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 204 90 224 0.09 0.60 0 0.12 291.04 0.68 0.62
Hex CC 5A E0 9 3C 0 C 123 44 3E
Octal 314 132 340 11 74 0 14 443 104 76
Binary 11001100 1011010 11100000 1001 111100 0 1100 100100011 1000100 111110

Color Harmonies of #CC5AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5AE0

Black with #CC5AE0

Text Example


Text Example

White with #CC5AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5AE0; }

 p { color: rgb(204,90,224); }

 H1.HeaderClassName
 {
   color: #CC5AE0;
 }
 .AnyTagClassName
 {
   color: #CC5AE0;
 }
</style>

background-color css

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

 a { background-color: rgb(204,90,224); }

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

border-color css

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

 span { border-color: rgb(204,90,224); }

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