#C236F5

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

Shades of Medium Orchid #C236F5

Tints of Medium Orchid #C236F5

Color information

#C236F5 (or 0xC236F5) is unknown color: approx Medium Orchid. HEX triplet: C2, 36 and F5. RGB value is (194,54,245). Sum of RGB (Red+Green+Blue) = 194+54+245=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #C236F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236F5 is #3DC90A. Grayscale: #757575. Windows color (decimal): -4049163 or 16070338. OLE color: 16070338.

HSL color Cylindrical-coordinate representation of color #C236F5: hue angle of 283.98º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C236F5 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19454245-
CMYK0.210.7800.04
HSL283.98º90.52%58.63%-
HSV(B)283.98º77.96%96.08%-
XYZ40.0520.788.27-
YUV117.63199.88182.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 54 (21.48% from 255) = 10.95%
BLUE value IS 245 (96.09% from 255) = 49.70%
R=39.35%
G=10.95%
B=49.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal194542450.210.7800.04283.9890.5258.63
HexC236F5154E0411c5b3b
Octal30266365251160443413373
Binary110000101101101111010110101100111001001000111001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C236F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C236F5; }

 p { color: rgb(194,54,245); }

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

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

 a { background-color: rgb(194,54,245); }

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

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

 span { border-color: rgb(194,54,245); }

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