Html Css Color HEX #C13ECE Medium Orchid

📋 copy color: '#C13ECE'

red 193 ◦ green 62 ◦ blue 206

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

Shades of Medium Orchid #C13ECE

Tints of Medium Orchid #C13ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.45%

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

R = 41.87%
G = 13.45%
B = 44.69%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C13ECE (or 0xC13ECE) is known color: Medium Orchid. HEX triplet: C1, 3E and CE. RGB value is (193,62,206). Sum of RGB (Red+Green+Blue) = 193+62+206=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #C13ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ECE is #3EC131. Grayscale: #757575. Windows color (decimal): -4112690 or 13516481. OLE color: 13516481.

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

Color convert

RGB 193 62 206 -
CMYK 0.06 0.70 0 0.19
HSL 294.58º 0.6% 0.53% -
HSV(B) 294.58º 0.7% 0.81% -
XYZ 34.86 19.24 60.27 -
YUV 117.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 193 62 206 0.06 0.70 0 0.19 294.58 0.6 0.53
Hex C1 3E CE 6 46 0 13 127 3C 35
Octal 301 76 316 6 106 0 23 447 74 65
Binary 11000001 111110 11001110 110 1000110 0 10011 100100111 111100 110101

Color Harmonies of #C13ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13ECE

Black with #C13ECE

Text Example


Text Example

White with #C13ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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