#C32EEA

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

Shades of Medium Orchid #C32EEA

Tints of Medium Orchid #C32EEA

Color information

#C32EEA (or 0xC32EEA) is unknown color: approx Medium Orchid. HEX triplet: C3, 2E and EA. RGB value is (195,46,234). Sum of RGB (Red+Green+Blue) = 195+46+234=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C32EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32EEA is #3CD115. Grayscale: #6F6F6F. Windows color (decimal): -3985686 or 15347395. OLE color: 15347395.

HSL color Cylindrical-coordinate representation of color #C32EEA: hue angle of 287.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32EEA is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19546234-
CMYK0.170.8000.08
HSL287.55º81.74%54.9%-
HSV(B)287.55º80.34%91.76%-
XYZ38.3319.579.58-
YUV111.98196.86187.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 46 (18.36% from 255) = 9.68%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=41.05%
G=9.68%
B=49.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195462340.170.8000.08287.5581.7454.9
HexC32EEA1150081205237
Octal303563522112001044012267
Binary1100001110111011101010100011010000010001001000001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32EEA; }

 p { color: rgb(195,46,234); }

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

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

 a { background-color: rgb(195,46,234); }

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

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

 span { border-color: rgb(195,46,234); }

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