Html Css Color HEX #C12ADF Medium Orchid

📋 copy color: '#C12ADF'

red 193 ◦ green 42 ◦ blue 223

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

Shades of Medium Orchid #C12ADF

Tints of Medium Orchid #C12ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 42.14%
G = 9.17%
B = 48.69%

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

#C12ADF (or 0xC12ADF) is known color: Medium Orchid. HEX triplet: C1, 2A and DF. RGB value is (193,42,223). Sum of RGB (Red+Green+Blue) = 193+42+223=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #C12ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ADF is #3ED520. Grayscale: #6B6B6B. Windows color (decimal): -4117793 or 14625473. OLE color: 14625473.

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

Color convert

RGB 193 42 223 -
CMYK 0.13 0.81 0 0.13
HSL 290.06º 0.74% 0.52% -
HSV(B) 290.06º 0.81% 0.87% -
XYZ 36.14 18.32 71.44 -
YUV 107.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 193 42 223 0.13 0.81 0 0.13 290.06 0.74 0.52
Hex C1 2A DF D 51 0 D 122 4A 34
Octal 301 52 337 15 121 0 15 442 112 64
Binary 11000001 101010 11011111 1101 1010001 0 1101 100100010 1001010 110100

Color Harmonies of #C12ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12ADF

Black with #C12ADF

Text Example


Text Example

White with #C12ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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