Html Css Color HEX #C159EC Medium Orchid

📋 copy color: '#C159EC'

red 193 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #C159EC

Tints of Medium Orchid #C159EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.18%

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

R = 37.26%
G = 17.18%
B = 45.56%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C159EC (or 0xC159EC) is known color: Medium Orchid. HEX triplet: C1, 59 and EC. RGB value is (193,89,236). Sum of RGB (Red+Green+Blue) = 193+89+236=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #C159EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159EC is #3EA613. Grayscale: #888888. Windows color (decimal): -4105748 or 15489473. OLE color: 15489473.

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

Color convert

RGB 193 89 236 -
CMYK 0.18 0.62 0 0.07
HSL 282.45º 0.79% 0.64% -
HSV(B) 282.45º 0.62% 0.93% -
XYZ 40.71 24.54 81.95 -
YUV 136.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 193 89 236 0.18 0.62 0 0.07 282.45 0.79 0.64
Hex C1 59 EC 12 3E 0 7 11A 4F 40
Octal 301 131 354 22 76 0 7 432 117 100
Binary 11000001 1011001 11101100 10010 111110 0 111 100011010 1001111 1000000

Color Harmonies of #C159EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159EC

Black with #C159EC

Text Example


Text Example

White with #C159EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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