#C14FD4

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

Shades of Medium Orchid #C14FD4

Tints of Medium Orchid #C14FD4

Color information

#C14FD4 (or 0xC14FD4) is unknown color: approx Medium Orchid. HEX triplet: C1, 4F and D4. RGB value is (193,79,212). Sum of RGB (Red+Green+Blue) = 193+79+212=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #C14FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FD4 is #3EB02B. Grayscale: #7F7F7F. Windows color (decimal): -4108332 or 13914049. OLE color: 13914049.

HSL color Cylindrical-coordinate representation of color #C14FD4: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14FD4 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19379212-
CMYK0.090.6300.17
HSL291.43º60.73%57.06%-
HSV(B)291.43º62.74%83.14%-
XYZ36.6721.6864.54-
YUV128.25175.27174.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=39.88%
G=16.32%
B=43.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal193792120.090.6300.17291.4360.7357.06
HexC14FD493F0111233d39
Octal30111732411770214437571
Binary110000011001111110101001001111111010001100100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14FD4; }

 p { color: rgb(193,79,212); }

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

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

 a { background-color: rgb(193,79,212); }

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

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

 span { border-color: rgb(193,79,212); }

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