Html Css Color HEX #C12DE3 Medium Orchid

📋 copy color: '#C12DE3'

red 193 ◦ green 45 ◦ blue 227

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

Shades of Medium Orchid #C12DE3

Tints of Medium Orchid #C12DE3

RGB

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

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

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

R = 41.51%
G = 9.68%
B = 48.82%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C12DE3 (or 0xC12DE3) is known color: Medium Orchid. HEX triplet: C1, 2D and E3. RGB value is (193,45,227). Sum of RGB (Red+Green+Blue) = 193+45+227=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #C12DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DE3 is #3ED21C. Grayscale: #6D6D6D. Windows color (decimal): -4117021 or 14888385. OLE color: 14888385.

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

Color convert

RGB 193 45 227 -
CMYK 0.15 0.80 0 0.11
HSL 288.79º 0.76% 0.53% -
HSV(B) 288.79º 0.8% 0.89% -
XYZ 36.8 18.76 74.35 -
YUV 110 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 193 45 227 0.15 0.80 0 0.11 288.79 0.76 0.53
Hex C1 2D E3 F 50 0 B 121 4C 35
Octal 301 55 343 17 120 0 13 441 114 65
Binary 11000001 101101 11100011 1111 1010000 0 1011 100100001 1001100 110101

Color Harmonies of #C12DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DE3

Black with #C12DE3

Text Example


Text Example

White with #C12DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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