Html Css Color HEX #C13AEE Medium Orchid

📋 copy color: '#C13AEE'

red 193 ◦ green 58 ◦ blue 238

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

Shades of Medium Orchid #C13AEE

Tints of Medium Orchid #C13AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 39.47%
G = 11.86%
B = 48.67%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13AEE (or 0xC13AEE) is known color: Medium Orchid. HEX triplet: C1, 3A and EE. RGB value is (193,58,238). Sum of RGB (Red+Green+Blue) = 193+58+238=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #C13AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AEE is #3EC511. Grayscale: #767676. Windows color (decimal): -4113682 or 15612609. OLE color: 15612609.

HSL color Cylindrical-coordinate representation of color #C13AEE: hue angle of 285º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13AEE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 58 238 -
CMYK 0.19 0.76 0 0.07
HSL 285º 0.84% 0.58% -
HSV(B) 285º 0.76% 0.93% -
XYZ 38.94 20.54 82.8 -
YUV 118.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 193 58 238 0.19 0.76 0 0.07 285 0.84 0.58
Hex C1 3A EE 13 4C 0 7 11D 54 3A
Octal 301 72 356 23 114 0 7 435 124 72
Binary 11000001 111010 11101110 10011 1001100 0 111 100011101 1010100 111010

Color Harmonies of #C13AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13AEE

Black with #C13AEE

Text Example


Text Example

White with #C13AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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