Html Css Color HEX #C147D5 Medium Orchid

📋 copy color: '#C147D5'

red 193 ◦ green 71 ◦ blue 213

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

Shades of Medium Orchid #C147D5

Tints of Medium Orchid #C147D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 40.46%
G = 14.88%
B = 44.65%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C147D5 (or 0xC147D5) is known color: Medium Orchid. HEX triplet: C1, 47 and D5. RGB value is (193,71,213). Sum of RGB (Red+Green+Blue) = 193+71+213=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #C147D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147D5 is #3EB82A. Grayscale: #7B7B7B. Windows color (decimal): -4110379 or 13977537. OLE color: 13977537.

HSL color Cylindrical-coordinate representation of color #C147D5: hue angle of 291.55º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C147D5 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 71 213 -
CMYK 0.09 0.67 0 0.16
HSL 291.55º 0.63% 0.56% -
HSV(B) 291.55º 0.67% 0.84% -
XYZ 36.26 20.65 65.03 -
YUV 123.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 193 71 213 0.09 0.67 0 0.16 291.55 0.63 0.56
Hex C1 47 D5 9 43 0 10 124 3F 38
Octal 301 107 325 11 103 0 20 444 77 70
Binary 11000001 1000111 11010101 1001 1000011 0 10000 100100100 111111 111000

Color Harmonies of #C147D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147D5

Black with #C147D5

Text Example


Text Example

White with #C147D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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