#C337ED

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

Shades of Medium Orchid #C337ED

Tints of Medium Orchid #C337ED

Color information

#C337ED (or 0xC337ED) is unknown color: approx Medium Orchid. HEX triplet: C3, 37 and ED. RGB value is (195,55,237). Sum of RGB (Red+Green+Blue) = 195+55+237=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #C337ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337ED is #3CC812. Grayscale: #757575. Windows color (decimal): -3983379 or 15546307. OLE color: 15546307.

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

Color convert

RGB19555237-
CMYK0.180.7700.07
HSL286.15º83.49%57.25%-
HSV(B)286.15º76.79%92.94%-
XYZ39.1620.4582-
YUV117.61195.38183.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 55 (21.88% from 255) = 11.29%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=40.04%
G=11.29%
B=48.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195552370.180.7700.07286.1583.4957.25
HexC337ED124D0711e5339
Octal30367355221150743612371
Binary110000111101111110110110010100110101111000111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C337ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C337ED; }

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

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

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

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

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

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

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

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