Html Css Color HEX #C12CDB Medium Orchid

📋 copy color: '#C12CDB'

red 193 ◦ green 44 ◦ blue 219

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

Shades of Medium Orchid #C12CDB

Tints of Medium Orchid #C12CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 42.32%
G = 9.65%
B = 48.03%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C12CDB (or 0xC12CDB) is known color: Medium Orchid. HEX triplet: C1, 2C and DB. RGB value is (193,44,219). Sum of RGB (Red+Green+Blue) = 193+44+219=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #C12CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CDB is #3ED324. Grayscale: #6B6B6B. Windows color (decimal): -4117285 or 14363841. OLE color: 14363841.

HSL color Cylindrical-coordinate representation of color #C12CDB: hue angle of 291.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12CDB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 44 219 -
CMYK 0.12 0.80 0 0.14
HSL 291.09º 0.71% 0.52% -
HSV(B) 291.09º 0.8% 0.86% -
XYZ 35.68 18.25 68.66 -
YUV 108.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 193 44 219 0.12 0.80 0 0.14 291.09 0.71 0.52
Hex C1 2C DB C 50 0 E 123 47 34
Octal 301 54 333 14 120 0 16 443 107 64
Binary 11000001 101100 11011011 1100 1010000 0 1110 100100011 1000111 110100

Color Harmonies of #C12CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CDB

Black with #C12CDB

Text Example


Text Example

White with #C12CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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