Html Css Color HEX #C13EEE Medium Orchid

📋 copy color: '#C13EEE'

red 193 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #C13EEE

Tints of Medium Orchid #C13EEE

RGB

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

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

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

R = 39.15%
G = 12.58%
B = 48.28%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13EEE (or 0xC13EEE) is known color: Medium Orchid. HEX triplet: C1, 3E and EE. RGB value is (193,62,238). Sum of RGB (Red+Green+Blue) = 193+62+238=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #C13EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EEE is #3EC111. Grayscale: #787878. Windows color (decimal): -4112658 or 15613633. OLE color: 15613633.

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

Color convert

RGB 193 62 238 -
CMYK 0.19 0.74 0 0.07
HSL 284.66º 0.84% 0.59% -
HSV(B) 284.66º 0.74% 0.93% -
XYZ 39.15 20.96 82.87 -
YUV 121.23 193.9 179.19 -
System Red Green Blue C M Y K H S L
Decimal 193 62 238 0.19 0.74 0 0.07 284.66 0.84 0.59
Hex C1 3E EE 13 4A 0 7 11D 54 3B
Octal 301 76 356 23 112 0 7 435 124 73
Binary 11000001 111110 11101110 10011 1001010 0 111 100011101 1010100 111011

Color Harmonies of #C13EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EEE

Black with #C13EEE

Text Example


Text Example

White with #C13EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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