Html Css Color HEX #C157EF Medium Orchid

📋 copy color: '#C157EF'

red 193 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #C157EF

Tints of Medium Orchid #C157EF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.76%

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 37.19%
G = 16.76%
B = 46.05%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C157EF (or 0xC157EF) is known color: Medium Orchid. HEX triplet: C1, 57 and EF. RGB value is (193,87,239). Sum of RGB (Red+Green+Blue) = 193+87+239=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #C157EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C157EF is #3EA810. Grayscale: #878787. Windows color (decimal): -4106257 or 15685569. OLE color: 15685569.

HSL color Cylindrical-coordinate representation of color #C157EF: hue angle of 281.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C157EF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 87 239 -
CMYK 0.19 0.64 0 0.06
HSL 281.84º 0.83% 0.64% -
HSV(B) 281.84º 0.64% 0.94% -
XYZ 40.98 24.39 84.21 -
YUV 136.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 193 87 239 0.19 0.64 0 0.06 281.84 0.83 0.64
Hex C1 57 EF 13 40 0 6 11A 53 40
Octal 301 127 357 23 100 0 6 432 123 100
Binary 11000001 1010111 11101111 10011 1000000 0 110 100011010 1010011 1000000

Color Harmonies of #C157EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C157EF

Black with #C157EF

Text Example


Text Example

White with #C157EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C157EF; }

 p { color: rgb(193,87,239); }

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

background-color css

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

 a { background-color: rgb(193,87,239); }

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

border-color css

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

 span { border-color: rgb(193,87,239); }

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