Html Css Color HEX #C15ECE Medium Orchid

📋 copy color: '#C15ECE'

red 193 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #C15ECE

Tints of Medium Orchid #C15ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

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

R = 39.15%
G = 19.07%
B = 41.78%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C15ECE (or 0xC15ECE) is known color: Medium Orchid. HEX triplet: C1, 5E and CE. RGB value is (193,94,206). Sum of RGB (Red+Green+Blue) = 193+94+206=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #C15ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ECE is #3EA131. Grayscale: #888888. Windows color (decimal): -4104498 or 13524673. OLE color: 13524673.

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

Color convert

RGB 193 94 206 -
CMYK 0.06 0.54 0 0.19
HSL 293.04º 0.53% 0.59% -
HSV(B) 293.04º 0.54% 0.81% -
XYZ 37.14 23.8 61.03 -
YUV 136.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 193 94 206 0.06 0.54 0 0.19 293.04 0.53 0.59
Hex C1 5E CE 6 36 0 13 125 35 3B
Octal 301 136 316 6 66 0 23 445 65 73
Binary 11000001 1011110 11001110 110 110110 0 10011 100100101 110101 111011

Color Harmonies of #C15ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15ECE

Black with #C15ECE

Text Example


Text Example

White with #C15ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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