Html Css Color HEX #C159EB Medium Orchid

📋 copy color: '#C159EB'

red 193 ◦ green 89 ◦ blue 235

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

Shades of Medium Orchid #C159EB

Tints of Medium Orchid #C159EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 37.33%
G = 17.21%
B = 45.45%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C159EB (or 0xC159EB) is known color: Medium Orchid. HEX triplet: C1, 59 and EB. RGB value is (193,89,235). Sum of RGB (Red+Green+Blue) = 193+89+235=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C159EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159EB is #3EA614. Grayscale: #888888. Windows color (decimal): -4105749 or 15423937. OLE color: 15423937.

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

Color convert

RGB 193 89 235 -
CMYK 0.18 0.62 0 0.08
HSL 282.74º 0.78% 0.64% -
HSV(B) 282.74º 0.62% 0.92% -
XYZ 40.56 24.48 81.18 -
YUV 136.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 193 89 235 0.18 0.62 0 0.08 282.74 0.78 0.64
Hex C1 59 EB 12 3E 0 8 11B 4E 40
Octal 301 131 353 22 76 0 10 433 116 100
Binary 11000001 1011001 11101011 10010 111110 0 1000 100011011 1001110 1000000

Color Harmonies of #C159EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159EB

Black with #C159EB

Text Example


Text Example

White with #C159EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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