Html Css Color HEX #C13BEC Medium Orchid

📋 copy color: '#C13BEC'

red 193 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #C13BEC

Tints of Medium Orchid #C13BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.09%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 39.55%
G = 12.09%
B = 48.36%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13BEC (or 0xC13BEC) is known color: Medium Orchid. HEX triplet: C1, 3B and EC. RGB value is (193,59,236). Sum of RGB (Red+Green+Blue) = 193+59+236=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #C13BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BEC is #3EC413. Grayscale: #767676. Windows color (decimal): -4113428 or 15481793. OLE color: 15481793.

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

Color convert

RGB 193 59 236 -
CMYK 0.18 0.75 0 0.07
HSL 285.42º 0.82% 0.58% -
HSV(B) 285.42º 0.75% 0.93% -
XYZ 38.7 20.52 81.28 -
YUV 119.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 193 59 236 0.18 0.75 0 0.07 285.42 0.82 0.58
Hex C1 3B EC 12 4B 0 7 11D 52 3A
Octal 301 73 354 22 113 0 7 435 122 72
Binary 11000001 111011 11101100 10010 1001011 0 111 100011101 1010010 111010

Color Harmonies of #C13BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BEC

Black with #C13BEC

Text Example


Text Example

White with #C13BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BEC; }

 p { color: rgb(193,59,236); }

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

background-color css

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

 a { background-color: rgb(193,59,236); }

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

border-color css

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

 span { border-color: rgb(193,59,236); }

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