Html Css Color HEX #C158EC Medium Orchid

📋 copy color: '#C158EC'

red 193 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #C158EC

Tints of Medium Orchid #C158EC

RGB

 RED value IS 193 (75.78% from 255) = 37.33%

 GREEN value IS 88 (34.77% from 255) = 17.02%

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

R = 37.33%
G = 17.02%
B = 45.65%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C158EC (or 0xC158EC) is known color: Medium Orchid. HEX triplet: C1, 58 and EC. RGB value is (193,88,236). Sum of RGB (Red+Green+Blue) = 193+88+236=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #C158EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C158EC is #3EA713. Grayscale: #878787. Windows color (decimal): -4106004 or 15489217. OLE color: 15489217.

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

Color convert

RGB 193 88 236 -
CMYK 0.18 0.63 0 0.07
HSL 282.57º 0.8% 0.64% -
HSV(B) 282.57º 0.63% 0.93% -
XYZ 40.62 24.37 81.92 -
YUV 136.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 193 88 236 0.18 0.63 0 0.07 282.57 0.8 0.64
Hex C1 58 EC 12 3F 0 7 11B 50 40
Octal 301 130 354 22 77 0 7 433 120 100
Binary 11000001 1011000 11101100 10010 111111 0 111 100011011 1010000 1000000

Color Harmonies of #C158EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158EC

Black with #C158EC

Text Example


Text Example

White with #C158EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158EC; }

 p { color: rgb(193,88,236); }

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

background-color css

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

 a { background-color: rgb(193,88,236); }

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

border-color css

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

 span { border-color: rgb(193,88,236); }

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