Html Css Color HEX #C12AE7 Medium Orchid

📋 copy color: '#C12AE7'

red 193 ◦ green 42 ◦ blue 231

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

Shades of Medium Orchid #C12AE7

Tints of Medium Orchid #C12AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.57%

R = 41.42%
G = 9.01%
B = 49.57%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C12AE7 (or 0xC12AE7) is known color: Medium Orchid. HEX triplet: C1, 2A and E7. RGB value is (193,42,231). Sum of RGB (Red+Green+Blue) = 193+42+231=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #C12AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AE7 is #3ED518. Grayscale: #6C6C6C. Windows color (decimal): -4117785 or 15149761. OLE color: 15149761.

HSL color Cylindrical-coordinate representation of color #C12AE7: hue angle of 287.94º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12AE7 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 42 231 -
CMYK 0.16 0.82 0 0.09
HSL 287.94º 0.8% 0.54% -
HSV(B) 287.94º 0.82% 0.91% -
XYZ 37.24 18.76 77.26 -
YUV 108.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 193 42 231 0.16 0.82 0 0.09 287.94 0.8 0.54
Hex C1 2A E7 10 52 0 9 120 50 36
Octal 301 52 347 20 122 0 11 440 120 66
Binary 11000001 101010 11100111 10000 1010010 0 1001 100100000 1010000 110110

Color Harmonies of #C12AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AE7

Black with #C12AE7

Text Example


Text Example

White with #C12AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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