Html Css Color HEX #C13EFF Medium Orchid

📋 copy color: '#C13EFF'

red 193 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #C13EFF

Tints of Medium Orchid #C13EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 37.84%
G = 12.16%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C13EFF (or 0xC13EFF) is known color: Medium Orchid. HEX triplet: C1, 3E and FF. RGB value is (193,62,255). Sum of RGB (Red+Green+Blue) = 193+62+255=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #C13EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EFF is #3EC100. Grayscale: #7A7A7A. Windows color (decimal): -4112641 or 16727745. OLE color: 16727745.

HSL color Cylindrical-coordinate representation of color #C13EFF: hue angle of 280.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13EFF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 62 255 -
CMYK 0.24 0.76 0 0
HSL 280.73º 1% 0.62% -
HSV(B) 280.73º 0.76% 1% -
XYZ 41.76 22 96.65 -
YUV 123.17 202.4 177.81 -
System Red Green Blue C M Y K H S L
Decimal 193 62 255 0.24 0.76 0 0 280.73 1 0.62
Hex C1 3E FF 18 4C 0 0 119 64 3E
Octal 301 76 377 30 114 0 0 431 144 76
Binary 11000001 111110 11111111 11000 1001100 0 0 100011001 1100100 111110

Color Harmonies of #C13EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EFF

Black with #C13EFF

Text Example


Text Example

White with #C13EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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