Html Css Color HEX #C13EEB Medium Orchid

📋 copy color: '#C13EEB'

red 193 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #C13EEB

Tints of Medium Orchid #C13EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 39.39%
G = 12.65%
B = 47.96%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C13EEB (or 0xC13EEB) is known color: Medium Orchid. HEX triplet: C1, 3E and EB. RGB value is (193,62,235). Sum of RGB (Red+Green+Blue) = 193+62+235=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #C13EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EEB is #3EC114. Grayscale: #787878. Windows color (decimal): -4112661 or 15417025. OLE color: 15417025.

HSL color Cylindrical-coordinate representation of color #C13EEB: hue angle of 285.43º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13EEB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 62 235 -
CMYK 0.18 0.74 0 0.08
HSL 285.43º 0.81% 0.58% -
HSV(B) 285.43º 0.74% 0.92% -
XYZ 38.71 20.78 80.57 -
YUV 120.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 193 62 235 0.18 0.74 0 0.08 285.43 0.81 0.58
Hex C1 3E EB 12 4A 0 8 11D 51 3A
Octal 301 76 353 22 112 0 10 435 121 72
Binary 11000001 111110 11101011 10010 1001010 0 1000 100011101 1010001 111010

Color Harmonies of #C13EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EEB

Black with #C13EEB

Text Example


Text Example

White with #C13EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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