#C235EC

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

Shades of Medium Orchid #C235EC

Tints of Medium Orchid #C235EC

Color information

#C235EC (or 0xC235EC) is unknown color: approx Medium Orchid. HEX triplet: C2, 35 and EC. RGB value is (194,53,236). Sum of RGB (Red+Green+Blue) = 194+53+236=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C235EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235EC is #3DCA13. Grayscale: #737373. Windows color (decimal): -4049428 or 15480258. OLE color: 15480258.

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

Color convert

RGB19453236-
CMYK0.180.7800.07
HSL286.23º82.81%56.67%-
HSV(B)286.23º77.54%92.55%-
XYZ38.6620.0781.19-
YUV116.02195.71183.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 53 (21.09% from 255) = 10.97%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=40.17%
G=10.97%
B=48.86%

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
Decimal194532360.180.7800.07286.2382.8156.67
HexC235EC124E0711e5339
Octal30265354221160743612371
Binary110000101101011110110010010100111001111000111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C235EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C235EC; }

 p { color: rgb(194,53,236); }

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

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

 a { background-color: rgb(194,53,236); }

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

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

 span { border-color: rgb(194,53,236); }

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