Html Css Color HEX #C12CDA Medium Orchid

📋 copy color: '#C12CDA'

red 193 ◦ green 44 ◦ blue 218

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

Shades of Medium Orchid #C12CDA

Tints of Medium Orchid #C12CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.67%

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

R = 42.42%
G = 9.67%
B = 47.91%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C12CDA (or 0xC12CDA) is known color: Medium Orchid. HEX triplet: C1, 2C and DA. RGB value is (193,44,218). Sum of RGB (Red+Green+Blue) = 193+44+218=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C12CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CDA is #3ED325. Grayscale: #6B6B6B. Windows color (decimal): -4117286 or 14298305. OLE color: 14298305.

HSL color Cylindrical-coordinate representation of color #C12CDA: hue angle of 291.38º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12CDA is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 44 218 -
CMYK 0.11 0.80 0 0.15
HSL 291.38º 0.7% 0.51% -
HSV(B) 291.38º 0.8% 0.85% -
XYZ 35.55 18.2 67.97 -
YUV 108.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 193 44 218 0.11 0.80 0 0.15 291.38 0.7 0.51
Hex C1 2C DA B 50 0 F 123 46 33
Octal 301 54 332 13 120 0 17 443 106 63
Binary 11000001 101100 11011010 1011 1010000 0 1111 100100011 1000110 110011

Color Harmonies of #C12CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CDA

Black with #C12CDA

Text Example


Text Example

White with #C12CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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