Html Css Color HEX #C12BDA Medium Orchid

📋 copy color: '#C12BDA'

red 193 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C12BDA

Tints of Medium Orchid #C12BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.47%

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

R = 42.51%
G = 9.47%
B = 48.02%

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

#C12BDA (or 0xC12BDA) is known color: Medium Orchid. HEX triplet: C1, 2B and DA. RGB value is (193,43,218). Sum of RGB (Red+Green+Blue) = 193+43+218=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #C12BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BDA is #3ED425. Grayscale: #6B6B6B. Windows color (decimal): -4117542 or 14298049. OLE color: 14298049.

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

Color convert

RGB 193 43 218 -
CMYK 0.11 0.80 0 0.15
HSL 291.43º 0.7% 0.51% -
HSV(B) 291.43º 0.8% 0.85% -
XYZ 35.51 18.13 67.96 -
YUV 107.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 193 43 218 0.11 0.80 0 0.15 291.43 0.7 0.51
Hex C1 2B DA B 50 0 F 123 46 33
Octal 301 53 332 13 120 0 17 443 106 63
Binary 11000001 101011 11011010 1011 1010000 0 1111 100100011 1000110 110011

Color Harmonies of #C12BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BDA

Black with #C12BDA

Text Example


Text Example

White with #C12BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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