Html Css Color HEX #C12EED Medium Orchid

📋 copy color: '#C12EED'

red 193 ◦ green 46 ◦ blue 237

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

Shades of Medium Orchid #C12EED

Tints of Medium Orchid #C12EED

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.66%

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 40.55%
G = 9.66%
B = 49.79%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C12EED (or 0xC12EED) is known color: Medium Orchid. HEX triplet: C1, 2E and ED. RGB value is (193,46,237). Sum of RGB (Red+Green+Blue) = 193+46+237=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C12EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EED is #3ED112. Grayscale: #6F6F6F. Windows color (decimal): -4116755 or 15544001. OLE color: 15544001.

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

Color convert

RGB 193 46 237 -
CMYK 0.19 0.81 0 0.07
HSL 286.18º 0.84% 0.55% -
HSV(B) 286.18º 0.81% 0.93% -
XYZ 38.26 19.41 81.85 -
YUV 111.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 193 46 237 0.19 0.81 0 0.07 286.18 0.84 0.55
Hex C1 2E ED 13 51 0 7 11E 54 37
Octal 301 56 355 23 121 0 7 436 124 67
Binary 11000001 101110 11101101 10011 1010001 0 111 100011110 1010100 110111

Color Harmonies of #C12EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EED

Black with #C12EED

Text Example


Text Example

White with #C12EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EED; }

 p { color: rgb(193,46,237); }

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

background-color css

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

 a { background-color: rgb(193,46,237); }

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

border-color css

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

 span { border-color: rgb(193,46,237); }

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