Html Css Color HEX #C12AD9 Medium Orchid

📋 copy color: '#C12AD9'

red 193 ◦ green 42 ◦ blue 217

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

Shades of Medium Orchid #C12AD9

Tints of Medium Orchid #C12AD9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.29%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 42.7%
G = 9.29%
B = 48.01%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C12AD9 (or 0xC12AD9) is known color: Medium Orchid. HEX triplet: C1, 2A and D9. RGB value is (193,42,217). Sum of RGB (Red+Green+Blue) = 193+42+217=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #C12AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AD9 is #3ED526. Grayscale: #6A6A6A. Windows color (decimal): -4117799 or 14232257. OLE color: 14232257.

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

Color convert

RGB 193 42 217 -
CMYK 0.11 0.81 0 0.15
HSL 291.77º 0.7% 0.51% -
HSV(B) 291.77º 0.81% 0.85% -
XYZ 35.34 18 67.26 -
YUV 107.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 193 42 217 0.11 0.81 0 0.15 291.77 0.7 0.51
Hex C1 2A D9 B 51 0 F 124 46 33
Octal 301 52 331 13 121 0 17 444 106 63
Binary 11000001 101010 11011001 1011 1010001 0 1111 100100100 1000110 110011

Color Harmonies of #C12AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AD9

Black with #C12AD9

Text Example


Text Example

White with #C12AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AD9; }

 p { color: rgb(193,42,217); }

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

background-color css

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

 a { background-color: rgb(193,42,217); }

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

border-color css

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

 span { border-color: rgb(193,42,217); }

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