#D14BE8

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

Shades of Medium Orchid #D14BE8

Tints of Medium Orchid #D14BE8

Color information

#D14BE8 (or 0xD14BE8) is unknown color: approx Medium Orchid. HEX triplet: D1, 4B and E8. RGB value is (209,75,232). Sum of RGB (Red+Green+Blue) = 209+75+232=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #D14BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BE8 is #2EB417. Grayscale: #848484. Windows color (decimal): -3060760 or 15223761. OLE color: 15223761.

HSL color Cylindrical-coordinate representation of color #D14BE8: hue angle of 291.21º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14BE8 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20975232-
CMYK0.100.6800.09
HSL291.21º77.34%60.2%-
HSV(B)291.21º67.67%90.98%-
XYZ43.3824.4178.77-
YUV132.96183.89182.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 75 (29.69% from 255) = 14.53%
BLUE value IS 232 (91.02% from 255) = 44.96%
R=40.50%
G=14.53%
B=44.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209752320.100.6800.09291.2177.3460.2
HexD14BE8A44091234d3c
Octal3211133501210401144311574
Binary1101000110010111110100010101000100010011001000111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14BE8; }

 p { color: rgb(209,75,232); }

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

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

 a { background-color: rgb(209,75,232); }

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

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

 span { border-color: rgb(209,75,232); }

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