Html Css Color HEX #CC32E3 Medium Orchid

📋 copy color: '#CC32E3'

red 204 ◦ green 50 ◦ blue 227

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

Shades of Medium Orchid #CC32E3

Tints of Medium Orchid #CC32E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.19%

R = 42.41%
G = 10.4%
B = 47.19%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC32E3 (or 0xCC32E3) is known color: Medium Orchid. HEX triplet: CC, 32 and E3. RGB value is (204,50,227). Sum of RGB (Red+Green+Blue) = 204+50+227=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC32E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32E3 is #33CD1C. Grayscale: #737373. Windows color (decimal): -3394845 or 14889676. OLE color: 14889676.

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

Color convert

RGB 204 50 227 -
CMYK 0.10 0.78 0 0.11
HSL 292.2º 0.76% 0.54% -
HSV(B) 292.2º 0.78% 0.89% -
XYZ 39.91 20.66 74.56 -
YUV 116.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 204 50 227 0.10 0.78 0 0.11 292.2 0.76 0.54
Hex CC 32 E3 A 4E 0 B 124 4C 36
Octal 314 62 343 12 116 0 13 444 114 66
Binary 11001100 110010 11100011 1010 1001110 0 1011 100100100 1001100 110110

Color Harmonies of #CC32E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32E3

Black with #CC32E3

Text Example


Text Example

White with #CC32E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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