Html Css Color HEX #C12ADA Medium Orchid

📋 copy color: '#C12ADA'

red 193 ◦ green 42 ◦ blue 218

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

Shades of Medium Orchid #C12ADA

Tints of Medium Orchid #C12ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 42.6%
G = 9.27%
B = 48.12%

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

#C12ADA (or 0xC12ADA) is known color: Medium Orchid. HEX triplet: C1, 2A and DA. RGB value is (193,42,218). Sum of RGB (Red+Green+Blue) = 193+42+218=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #C12ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ADA is #3ED525. Grayscale: #6A6A6A. Windows color (decimal): -4117798 or 14297793. OLE color: 14297793.

HSL color Cylindrical-coordinate representation of color #C12ADA: hue angle of 291.48º 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 #C12ADA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 42 218 -
CMYK 0.11 0.81 0 0.15
HSL 291.48º 0.7% 0.51% -
HSV(B) 291.48º 0.81% 0.85% -
XYZ 35.48 18.06 67.94 -
YUV 107.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 193 42 218 0.11 0.81 0 0.15 291.48 0.7 0.51
Hex C1 2A DA B 51 0 F 123 46 33
Octal 301 52 332 13 121 0 17 443 106 63
Binary 11000001 101010 11011010 1011 1010001 0 1111 100100011 1000110 110011

Color Harmonies of #C12ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ADA

Black with #C12ADA

Text Example


Text Example

White with #C12ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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