Html Css Color HEX #C131DB Medium Orchid

📋 copy color: '#C131DB'

red 193 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #C131DB

Tints of Medium Orchid #C131DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.63%

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

R = 41.87%
G = 10.63%
B = 47.51%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C131DB (or 0xC131DB) is known color: Medium Orchid. HEX triplet: C1, 31 and DB. RGB value is (193,49,219). Sum of RGB (Red+Green+Blue) = 193+49+219=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #C131DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131DB is #3ECE24. Grayscale: #6E6E6E. Windows color (decimal): -4116005 or 14365121. OLE color: 14365121.

HSL color Cylindrical-coordinate representation of color #C131DB: hue angle of 290.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C131DB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 49 219 -
CMYK 0.12 0.78 0 0.14
HSL 290.82º 0.7% 0.53% -
HSV(B) 290.82º 0.78% 0.86% -
XYZ 35.88 18.65 68.73 -
YUV 111.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 193 49 219 0.12 0.78 0 0.14 290.82 0.7 0.53
Hex C1 31 DB C 4E 0 E 123 46 35
Octal 301 61 333 14 116 0 16 443 106 65
Binary 11000001 110001 11011011 1100 1001110 0 1110 100100011 1000110 110101

Color Harmonies of #C131DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131DB

Black with #C131DB

Text Example


Text Example

White with #C131DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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