Html Css Color HEX #C12AE4 Medium Orchid

📋 copy color: '#C12AE4'

red 193 ◦ green 42 ◦ blue 228

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

Shades of Medium Orchid #C12AE4

Tints of Medium Orchid #C12AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.24%

R = 41.68%
G = 9.07%
B = 49.24%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C12AE4 (or 0xC12AE4) is known color: Medium Orchid. HEX triplet: C1, 2A and E4. RGB value is (193,42,228). Sum of RGB (Red+Green+Blue) = 193+42+228=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #C12AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AE4 is #3ED51B. Grayscale: #6B6B6B. Windows color (decimal): -4117788 or 14953153. OLE color: 14953153.

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

Color convert

RGB 193 42 228 -
CMYK 0.15 0.82 0 0.11
HSL 288.71º 0.78% 0.53% -
HSV(B) 288.71º 0.82% 0.89% -
XYZ 36.82 18.59 75.05 -
YUV 108.35 195.53 188.38 -
System Red Green Blue C M Y K H S L
Decimal 193 42 228 0.15 0.82 0 0.11 288.71 0.78 0.53
Hex C1 2A E4 F 52 0 B 121 4E 35
Octal 301 52 344 17 122 0 13 441 116 65
Binary 11000001 101010 11100100 1111 1010010 0 1011 100100001 1001110 110101

Color Harmonies of #C12AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AE4

Black with #C12AE4

Text Example


Text Example

White with #C12AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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