#C149FD

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

Shades of Medium Orchid #C149FD

Tints of Medium Orchid #C149FD

Color information

#C149FD (or 0xC149FD) is unknown color: approx Medium Orchid. HEX triplet: C1, 49 and FD. RGB value is (193,73,253). Sum of RGB (Red+Green+Blue) = 193+73+253=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #C149FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C149FD is #3EB602. Grayscale: #808080. Windows color (decimal): -4109827 or 16599489. OLE color: 16599489.

HSL color Cylindrical-coordinate representation of color #C149FD: hue angle of 280º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C149FD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19373253-
CMYK0.240.7100.01
HSL280º97.83%63.92%-
HSV(B)280º71.15%99.22%-
XYZ42.123.1995.19-
YUV129.4197.76173.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 73 (28.91% from 255) = 14.07%
BLUE value IS 253 (99.22% from 255) = 48.75%
R=37.19%
G=14.07%
B=48.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193732530.240.7100.0128097.8363.92
HexC149FD1847011186240
Octal3011113753010701430142100
Binary110000011001001111111011100010001110110001100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C149FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C149FD; }

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

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

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

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

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

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

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

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