Html Css Color HEX #C13CEF Medium Orchid

📋 copy color: '#C13CEF'

red 193 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #C13CEF

Tints of Medium Orchid #C13CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.2%

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 39.23%
G = 12.2%
B = 48.58%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C13CEF (or 0xC13CEF) is known color: Medium Orchid. HEX triplet: C1, 3C and EF. RGB value is (193,60,239). Sum of RGB (Red+Green+Blue) = 193+60+239=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #C13CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CEF is #3EC310. Grayscale: #777777. Windows color (decimal): -4113169 or 15678657. OLE color: 15678657.

HSL color Cylindrical-coordinate representation of color #C13CEF: hue angle of 284.58º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13CEF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 60 239 -
CMYK 0.19 0.75 0 0.06
HSL 284.58º 0.85% 0.59% -
HSV(B) 284.58º 0.75% 0.94% -
XYZ 39.19 20.8 83.61 -
YUV 120.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 193 60 239 0.19 0.75 0 0.06 284.58 0.85 0.59
Hex C1 3C EF 13 4B 0 6 11D 55 3B
Octal 301 74 357 23 113 0 6 435 125 73
Binary 11000001 111100 11101111 10011 1001011 0 110 100011101 1010101 111011

Color Harmonies of #C13CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CEF

Black with #C13CEF

Text Example


Text Example

White with #C13CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CEF; }

 p { color: rgb(193,60,239); }

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

background-color css

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

 a { background-color: rgb(193,60,239); }

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

border-color css

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

 span { border-color: rgb(193,60,239); }

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