Html Css Color HEX #C13ACE Medium Orchid

📋 copy color: '#C13ACE'

red 193 ◦ green 58 ◦ blue 206

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

Shades of Medium Orchid #C13ACE

Tints of Medium Orchid #C13ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.69%

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

R = 42.23%
G = 12.69%
B = 45.08%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C13ACE (or 0xC13ACE) is known color: Medium Orchid. HEX triplet: C1, 3A and CE. RGB value is (193,58,206). Sum of RGB (Red+Green+Blue) = 193+58+206=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C13ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ACE is #3EC531. Grayscale: #727272. Windows color (decimal): -4113714 or 13515457. OLE color: 13515457.

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

Color convert

RGB 193 58 206 -
CMYK 0.06 0.72 0 0.19
HSL 294.73º 0.6% 0.52% -
HSV(B) 294.73º 0.72% 0.81% -
XYZ 34.65 18.82 60.2 -
YUV 115.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 193 58 206 0.06 0.72 0 0.19 294.73 0.6 0.52
Hex C1 3A CE 6 48 0 13 127 3C 34
Octal 301 72 316 6 110 0 23 447 74 64
Binary 11000001 111010 11001110 110 1001000 0 10011 100100111 111100 110100

Color Harmonies of #C13ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13ACE

Black with #C13ACE

Text Example


Text Example

White with #C13ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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