#C333ED

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

Shades of Medium Orchid #C333ED

Tints of Medium Orchid #C333ED

Color information

#C333ED (or 0xC333ED) is unknown color: approx Medium Orchid. HEX triplet: C3, 33 and ED. RGB value is (195,51,237). Sum of RGB (Red+Green+Blue) = 195+51+237=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C333ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333ED is #3CCC12. Grayscale: #727272. Windows color (decimal): -3984403 or 15545283. OLE color: 15545283.

HSL color Cylindrical-coordinate representation of color #C333ED: hue angle of 286.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C333ED is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19551237-
CMYK0.180.7800.07
HSL286.45º83.78%56.47%-
HSV(B)286.45º78.48%92.94%-
XYZ38.9820.0881.94-
YUV115.26196.71184.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 51 (20.31% from 255) = 10.56%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=40.37%
G=10.56%
B=49.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195512370.180.7800.07286.4583.7856.47
HexC333ED124E0711e5438
Octal30363355221160743612470
Binary110000111100111110110110010100111001111000111101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333ED; }

 p { color: rgb(195,51,237); }

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

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

 a { background-color: rgb(195,51,237); }

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

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

 span { border-color: rgb(195,51,237); }

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