#C33EE1

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

Shades of Medium Orchid #C33EE1

Tints of Medium Orchid #C33EE1

Color information

#C33EE1 (or 0xC33EE1) is unknown color: approx Medium Orchid. HEX triplet: C3, 3E and E1. RGB value is (195,62,225). Sum of RGB (Red+Green+Blue) = 195+62+225=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #C33EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EE1 is #3CC11E. Grayscale: #777777. Windows color (decimal): -3981599 or 14761667. OLE color: 14761667.

HSL color Cylindrical-coordinate representation of color #C33EE1: hue angle of 288.96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33EE1 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19562225-
CMYK0.130.7200.12
HSL288.96º73.09%56.27%-
HSV(B)288.96º72.44%88.24%-
XYZ37.8220.4873.19-
YUV120.35187.06181.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 62 (24.61% from 255) = 12.86%
BLUE value IS 225 (88.28% from 255) = 46.68%
R=40.46%
G=12.86%
B=46.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal195622250.130.7200.12288.9673.0956.27
HexC33EE1D480C1214938
Octal303763411511001444111170
Binary110000111111101110000111011001000011001001000011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33EE1; }

 p { color: rgb(195,62,225); }

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

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

 a { background-color: rgb(195,62,225); }

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

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

 span { border-color: rgb(195,62,225); }

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