Html Css Color HEX #C159E6 Medium Orchid

📋 copy color: '#C159E6'

red 193 ◦ green 89 ◦ blue 230

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

Shades of Medium Orchid #C159E6

Tints of Medium Orchid #C159E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 37.7%
G = 17.38%
B = 44.92%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C159E6 (or 0xC159E6) is known color: Medium Orchid. HEX triplet: C1, 59 and E6. RGB value is (193,89,230). Sum of RGB (Red+Green+Blue) = 193+89+230=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #C159E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159E6 is #3EA619. Grayscale: #878787. Windows color (decimal): -4105754 or 15096257. OLE color: 15096257.

HSL color Cylindrical-coordinate representation of color #C159E6: hue angle of 284.26º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C159E6 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 89 230 -
CMYK 0.16 0.61 0 0.10
HSL 284.26º 0.74% 0.63% -
HSV(B) 284.26º 0.61% 0.9% -
XYZ 39.85 24.2 77.43 -
YUV 136.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 193 89 230 0.16 0.61 0 0.10 284.26 0.74 0.63
Hex C1 59 E6 10 3D 0 A 11C 4A 3F
Octal 301 131 346 20 75 0 12 434 112 77
Binary 11000001 1011001 11100110 10000 111101 0 1010 100011100 1001010 111111

Color Harmonies of #C159E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159E6

Black with #C159E6

Text Example


Text Example

White with #C159E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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