#C14BD9

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

Shades of Medium Orchid #C14BD9

Tints of Medium Orchid #C14BD9

Color information

#C14BD9 (or 0xC14BD9) is unknown color: approx Medium Orchid. HEX triplet: C1, 4B and D9. RGB value is (193,75,217). Sum of RGB (Red+Green+Blue) = 193+75+217=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #C14BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BD9 is #3EB426. Grayscale: #7E7E7E. Windows color (decimal): -4109351 or 14240705. OLE color: 14240705.

HSL color Cylindrical-coordinate representation of color #C14BD9: hue angle of 289.86º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14BD9 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19375217-
CMYK0.110.6500.15
HSL289.86º65.14%57.25%-
HSV(B)289.86º65.44%85.1%-
XYZ37.0321.3867.82-
YUV126.47179.09175.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 75 (29.69% from 255) = 15.46%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=39.79%
G=15.46%
B=44.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193752170.110.6500.15289.8665.1457.25
HexC14BD9B410F1224139
Octal3011133311310101744210171
Binary1100000110010111101100110111000001011111001000101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BD9; }

 p { color: rgb(193,75,217); }

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

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

 a { background-color: rgb(193,75,217); }

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

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

 span { border-color: rgb(193,75,217); }

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