Html Css Color HEX #C12DEC Medium Orchid

📋 copy color: '#C12DEC'

red 193 ◦ green 45 ◦ blue 236

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

Shades of Medium Orchid #C12DEC

Tints of Medium Orchid #C12DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.49%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 40.72%
G = 9.49%
B = 49.79%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C12DEC (or 0xC12DEC) is known color: Medium Orchid. HEX triplet: C1, 2D and EC. RGB value is (193,45,236). Sum of RGB (Red+Green+Blue) = 193+45+236=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #C12DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12DEC is #3ED213. Grayscale: #6E6E6E. Windows color (decimal): -4117012 or 15478209. OLE color: 15478209.

HSL color Cylindrical-coordinate representation of color #C12DEC: hue angle of 286.49º degrees, saturation: 0.83, 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 #C12DEC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 45 236 -
CMYK 0.18 0.81 0 0.07
HSL 286.49º 0.83% 0.55% -
HSV(B) 286.49º 0.81% 0.93% -
XYZ 38.07 19.27 81.07 -
YUV 111.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 193 45 236 0.18 0.81 0 0.07 286.49 0.83 0.55
Hex C1 2D EC 12 51 0 7 11E 53 37
Octal 301 55 354 22 121 0 7 436 123 67
Binary 11000001 101101 11101100 10010 1010001 0 111 100011110 1010011 110111

Color Harmonies of #C12DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DEC

Black with #C12DEC

Text Example


Text Example

White with #C12DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DEC; }

 p { color: rgb(193,45,236); }

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

background-color css

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

 a { background-color: rgb(193,45,236); }

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

border-color css

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

 span { border-color: rgb(193,45,236); }

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