#C33ED5

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

Shades of Medium Orchid #C33ED5

Tints of Medium Orchid #C33ED5

Color information

#C33ED5 (or 0xC33ED5) is unknown color: approx Medium Orchid. HEX triplet: C3, 3E and D5. RGB value is (195,62,213). Sum of RGB (Red+Green+Blue) = 195+62+213=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #C33ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ED5 is #3CC12A. Grayscale: #767676. Windows color (decimal): -3981611 or 13975235. OLE color: 13975235.

HSL color Cylindrical-coordinate representation of color #C33ED5: hue angle of 292.85º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33ED5 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19562213-
CMYK0.080.7100.16
HSL292.85º64.26%53.92%-
HSV(B)292.85º70.89%83.53%-
XYZ36.2419.8564.87-
YUV118.98181.06182.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 62 (24.61% from 255) = 13.19%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=41.49%
G=13.19%
B=45.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195622130.080.7100.16292.8564.2653.92
HexC33ED58470101254036
Octal303763251010702044510066
Binary1100001111111011010101100010001110100001001001011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33ED5; }

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

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

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

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

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

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

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

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