Html Css Color HEX #C149DB Medium Orchid

📋 copy color: '#C149DB'

red 193 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #C149DB

Tints of Medium Orchid #C149DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.05%

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

R = 39.79%
G = 15.05%
B = 45.15%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C149DB (or 0xC149DB) is known color: Medium Orchid. HEX triplet: C1, 49 and DB. RGB value is (193,73,219). Sum of RGB (Red+Green+Blue) = 193+73+219=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C149DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149DB is #3EB624. Grayscale: #7D7D7D. Windows color (decimal): -4109861 or 14371265. OLE color: 14371265.

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

Color convert

RGB 193 73 219 -
CMYK 0.12 0.67 0 0.14
HSL 289.32º 0.67% 0.57% -
HSV(B) 289.32º 0.67% 0.86% -
XYZ 37.16 21.22 69.15 -
YUV 125.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 193 73 219 0.12 0.67 0 0.14 289.32 0.67 0.57
Hex C1 49 DB C 43 0 E 121 43 39
Octal 301 111 333 14 103 0 16 441 103 71
Binary 11000001 1001001 11011011 1100 1000011 0 1110 100100001 1000011 111001

Color Harmonies of #C149DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149DB

Black with #C149DB

Text Example


Text Example

White with #C149DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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