#C147D7

Color #C147D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C147D7

Tints of Medium Orchid #C147D7

Color information

#C147D7 (or 0xC147D7) is unknown color: approx Medium Orchid. HEX triplet: C1, 47 and D7. RGB value is (193,71,215). Sum of RGB (Red+Green+Blue) = 193+71+215=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #C147D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147D7 is #3EB828. Grayscale: #7B7B7B. Windows color (decimal): -4110377 or 14108609. OLE color: 14108609.

HSL color Cylindrical-coordinate representation of color #C147D7: hue angle of 290.83º degrees, saturation: 0.64, 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 #C147D7 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19371215-
CMYK0.100.6700.16
HSL290.83º64.29%56.08%-
HSV(B)290.83º66.98%84.31%-
XYZ36.5120.7566.37-
YUV123.89179.42177.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 71 (28.12% from 255) = 14.82%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=40.29%
G=14.82%
B=44.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193712150.100.6700.16290.8364.2956.08
HexC147D7A430101234038
Octal3011073271210302044310070
Binary11000001100011111010111101010000110100001001000111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C147D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C147D7; }

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

 H1.HeaderClassName
 {
   color: #C147D7;
 }
 .AnyTagClassName
 {
   color: #C147D7;
 }
</style>
background-color css

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

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

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

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

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

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