Html Css Color HEX #C12BDB Medium Orchid

📋 copy color: '#C12BDB'

red 193 ◦ green 43 ◦ blue 219

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

Shades of Medium Orchid #C12BDB

Tints of Medium Orchid #C12BDB

RGB

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

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

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

R = 42.42%
G = 9.45%
B = 48.13%

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

#C12BDB (or 0xC12BDB) is known color: Medium Orchid. HEX triplet: C1, 2B and DB. RGB value is (193,43,219). Sum of RGB (Red+Green+Blue) = 193+43+219=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #C12BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BDB is #3ED424. Grayscale: #6B6B6B. Windows color (decimal): -4117541 or 14363585. OLE color: 14363585.

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

Color convert

RGB 193 43 219 -
CMYK 0.12 0.80 0 0.14
HSL 291.14º 0.71% 0.51% -
HSV(B) 291.14º 0.8% 0.86% -
XYZ 35.64 18.18 68.65 -
YUV 107.91 190.7 188.69 -
System Red Green Blue C M Y K H S L
Decimal 193 43 219 0.12 0.80 0 0.14 291.14 0.71 0.51
Hex C1 2B DB C 50 0 E 123 47 33
Octal 301 53 333 14 120 0 16 443 107 63
Binary 11000001 101011 11011011 1100 1010000 0 1110 100100011 1000111 110011

Color Harmonies of #C12BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12BDB

Black with #C12BDB

Text Example


Text Example

White with #C12BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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