#C14DFD

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

Shades of Medium Orchid #C14DFD

Tints of Medium Orchid #C14DFD

Color information

#C14DFD (or 0xC14DFD) is unknown color: approx Medium Orchid. HEX triplet: C1, 4D and FD. RGB value is (193,77,253). Sum of RGB (Red+Green+Blue) = 193+77+253=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C14DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14DFD is #3EB202. Grayscale: #838383. Windows color (decimal): -4108803 or 16600513. OLE color: 16600513.

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

Color convert

RGB19377253-
CMYK0.240.7000.01
HSL279.55º97.78%64.71%-
HSV(B)279.55º69.57%99.22%-
XYZ42.3823.7495.28-
YUV131.75196.43171.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 77 (30.47% from 255) = 14.72%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=36.90%
G=14.72%
B=48.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193772530.240.7000.01279.5597.7864.71
HexC14DFD1846011186241
Octal3011153753010601430142101
Binary110000011001101111111011100010001100110001100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DFD; }

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

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

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

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

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

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

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

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