Html Css Color HEX #CC32E5 Medium Orchid

📋 copy color: '#CC32E5'

red 204 ◦ green 50 ◦ blue 229

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

Shades of Medium Orchid #CC32E5

Tints of Medium Orchid #CC32E5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.35%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 42.24%
G = 10.35%
B = 47.41%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC32E5 (or 0xCC32E5) is known color: Medium Orchid. HEX triplet: CC, 32 and E5. RGB value is (204,50,229). Sum of RGB (Red+Green+Blue) = 204+50+229=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC32E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32E5 is #33CD1A. Grayscale: #737373. Windows color (decimal): -3394843 or 15020748. OLE color: 15020748.

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

Color convert

RGB 204 50 229 -
CMYK 0.11 0.78 0 0.10
HSL 291.62º 0.77% 0.55% -
HSV(B) 291.62º 0.78% 0.9% -
XYZ 40.19 20.78 76.02 -
YUV 116.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 204 50 229 0.11 0.78 0 0.10 291.62 0.77 0.55
Hex CC 32 E5 B 4E 0 A 124 4D 37
Octal 314 62 345 13 116 0 12 444 115 67
Binary 11001100 110010 11100101 1011 1001110 0 1010 100100100 1001101 110111

Color Harmonies of #CC32E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32E5

Black with #CC32E5

Text Example


Text Example

White with #CC32E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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