Html Css Color HEX #C237EC Medium Orchid

📋 copy color: '#C237EC'

red 194 ◦ green 55 ◦ blue 236

#C237EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C237EC

Tints of Medium Orchid #C237EC

RGB

 RED value IS 194 (76.17% from 255) = 40%

 GREEN value IS 55 (21.88% from 255) = 11.34%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 40%
G = 11.34%
B = 48.66%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C237EC (or 0xC237EC) is known color: Medium Orchid. HEX triplet: C2, 37 and EC. RGB value is (194,55,236). Sum of RGB (Red+Green+Blue) = 194+55+236=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #C237EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237EC is #3DC813. Grayscale: #747474. Windows color (decimal): -4048916 or 15480770. OLE color: 15480770.

HSL color Cylindrical-coordinate representation of color #C237EC: hue angle of 286.08º 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 #C237EC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 55 236 -
CMYK 0.18 0.77 0 0.07
HSL 286.08º 0.83% 0.57% -
HSV(B) 286.08º 0.77% 0.93% -
XYZ 38.75 20.26 81.22 -
YUV 117.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 194 55 236 0.18 0.77 0 0.07 286.08 0.83 0.57
Hex C2 37 EC 12 4D 0 7 11E 53 39
Octal 302 67 354 22 115 0 7 436 123 71
Binary 11000010 110111 11101100 10010 1001101 0 111 100011110 1010011 111001

Color Harmonies of #C237EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237EC

Black with #C237EC

Text Example


Text Example

White with #C237EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237EC; }

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

 H1.HeaderClassName
 {
   color: #C237EC;
 }
 .AnyTagClassName
 {
   color: #C237EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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