Html Css Color HEX #C12ADD Medium Orchid

📋 copy color: '#C12ADD'

red 193 ◦ green 42 ◦ blue 221

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

Shades of Medium Orchid #C12ADD

Tints of Medium Orchid #C12ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 42.32%
G = 9.21%
B = 48.46%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C12ADD (or 0xC12ADD) is known color: Medium Orchid. HEX triplet: C1, 2A and DD. RGB value is (193,42,221). Sum of RGB (Red+Green+Blue) = 193+42+221=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C12ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ADD is #3ED522. Grayscale: #6A6A6A. Windows color (decimal): -4117795 or 14494401. OLE color: 14494401.

HSL color Cylindrical-coordinate representation of color #C12ADD: hue angle of 290.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12ADD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 42 221 -
CMYK 0.13 0.81 0 0.13
HSL 290.61º 0.72% 0.52% -
HSV(B) 290.61º 0.81% 0.87% -
XYZ 35.87 18.21 70.03 -
YUV 107.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 193 42 221 0.13 0.81 0 0.13 290.61 0.72 0.52
Hex C1 2A DD D 51 0 D 123 48 34
Octal 301 52 335 15 121 0 15 443 110 64
Binary 11000001 101010 11011101 1101 1010001 0 1101 100100011 1001000 110100

Color Harmonies of #C12ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ADD

Black with #C12ADD

Text Example


Text Example

White with #C12ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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