Html Css Color HEX #C159CE Medium Orchid

📋 copy color: '#C159CE'

red 193 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #C159CE

Tints of Medium Orchid #C159CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 39.55%
G = 18.24%
B = 42.21%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C159CE (or 0xC159CE) is known color: Medium Orchid. HEX triplet: C1, 59 and CE. RGB value is (193,89,206). Sum of RGB (Red+Green+Blue) = 193+89+206=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #C159CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159CE is #3EA631. Grayscale: #858585. Windows color (decimal): -4105778 or 13523393. OLE color: 13523393.

HSL color Cylindrical-coordinate representation of color #C159CE: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C159CE is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 89 206 -
CMYK 0.06 0.57 0 0.19
HSL 293.33º 0.54% 0.58% -
HSV(B) 293.33º 0.57% 0.81% -
XYZ 36.71 22.94 60.89 -
YUV 133.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 193 89 206 0.06 0.57 0 0.19 293.33 0.54 0.58
Hex C1 59 CE 6 39 0 13 125 36 3A
Octal 301 131 316 6 71 0 23 445 66 72
Binary 11000001 1011001 11001110 110 111001 0 10011 100100101 110110 111010

Color Harmonies of #C159CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C159CE

Black with #C159CE

Text Example


Text Example

White with #C159CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C159CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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