Html Css Color HEX #C12ADE Medium Orchid

📋 copy color: '#C12ADE'

red 193 ◦ green 42 ◦ blue 222

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

Shades of Medium Orchid #C12ADE

Tints of Medium Orchid #C12ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 42.23%
G = 9.19%
B = 48.58%

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

#C12ADE (or 0xC12ADE) is known color: Medium Orchid. HEX triplet: C1, 2A and DE. RGB value is (193,42,222). Sum of RGB (Red+Green+Blue) = 193+42+222=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #C12ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ADE is #3ED521. Grayscale: #6B6B6B. Windows color (decimal): -4117794 or 14559937. OLE color: 14559937.

HSL color Cylindrical-coordinate representation of color #C12ADE: hue angle of 290.33º degrees, saturation: 0.73, 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 #C12ADE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 42 222 -
CMYK 0.13 0.81 0 0.13
HSL 290.33º 0.73% 0.52% -
HSV(B) 290.33º 0.81% 0.87% -
XYZ 36.01 18.27 70.74 -
YUV 107.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 193 42 222 0.13 0.81 0 0.13 290.33 0.73 0.52
Hex C1 2A DE D 51 0 D 122 49 34
Octal 301 52 336 15 121 0 15 442 111 64
Binary 11000001 101010 11011110 1101 1010001 0 1101 100100010 1001001 110100

Color Harmonies of #C12ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ADE

Black with #C12ADE

Text Example


Text Example

White with #C12ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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