Html Css Color HEX #C147DB Medium Orchid

📋 copy color: '#C147DB'

red 193 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #C147DB

Tints of Medium Orchid #C147DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.7%

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

R = 39.96%
G = 14.7%
B = 45.34%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C147DB (or 0xC147DB) is known color: Medium Orchid. HEX triplet: C1, 47 and DB. RGB value is (193,71,219). Sum of RGB (Red+Green+Blue) = 193+71+219=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C147DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147DB is #3EB824. Grayscale: #7B7B7B. Windows color (decimal): -4110373 or 14370753. OLE color: 14370753.

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

Color convert

RGB 193 71 219 -
CMYK 0.12 0.68 0 0.14
HSL 289.46º 0.67% 0.57% -
HSV(B) 289.46º 0.68% 0.86% -
XYZ 37.03 20.96 69.11 -
YUV 124.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 193 71 219 0.12 0.68 0 0.14 289.46 0.67 0.57
Hex C1 47 DB C 44 0 E 121 43 39
Octal 301 107 333 14 104 0 16 441 103 71
Binary 11000001 1000111 11011011 1100 1000100 0 1110 100100001 1000011 111001

Color Harmonies of #C147DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147DB

Black with #C147DB

Text Example


Text Example

White with #C147DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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