Html Css Color HEX #C12CE3 Medium Orchid

📋 copy color: '#C12CE3'

red 193 ◦ green 44 ◦ blue 227

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

Shades of Medium Orchid #C12CE3

Tints of Medium Orchid #C12CE3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.48%

 BLUE value IS 227 (89.06% from 255) = 48.92%

R = 41.59%
G = 9.48%
B = 48.92%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C12CE3 (or 0xC12CE3) is known color: Medium Orchid. HEX triplet: C1, 2C and E3. RGB value is (193,44,227). Sum of RGB (Red+Green+Blue) = 193+44+227=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #C12CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CE3 is #3ED31C. Grayscale: #6C6C6C. Windows color (decimal): -4117277 or 14888129. OLE color: 14888129.

HSL color Cylindrical-coordinate representation of color #C12CE3: hue angle of 288.85º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12CE3 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 44 227 -
CMYK 0.15 0.81 0 0.11
HSL 288.85º 0.77% 0.53% -
HSV(B) 288.85º 0.81% 0.89% -
XYZ 36.76 18.68 74.34 -
YUV 109.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 193 44 227 0.15 0.81 0 0.11 288.85 0.77 0.53
Hex C1 2C E3 F 51 0 B 121 4D 35
Octal 301 54 343 17 121 0 13 441 115 65
Binary 11000001 101100 11100011 1111 1010001 0 1011 100100001 1001101 110101

Color Harmonies of #C12CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CE3

Black with #C12CE3

Text Example


Text Example

White with #C12CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CE3; }

 p { color: rgb(193,44,227); }

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

background-color css

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

 a { background-color: rgb(193,44,227); }

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

border-color css

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

 span { border-color: rgb(193,44,227); }

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