#D14BF0

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

Shades of Medium Orchid #D14BF0

Tints of Medium Orchid #D14BF0

Color information

#D14BF0 (or 0xD14BF0) is unknown color: approx Medium Orchid. HEX triplet: D1, 4B and F0. RGB value is (209,75,240). Sum of RGB (Red+Green+Blue) = 209+75+240=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #D14BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BF0 is #2EB40F. Grayscale: #858585. Windows color (decimal): -3060752 or 15748049. OLE color: 15748049.

HSL color Cylindrical-coordinate representation of color #D14BF0: hue angle of 288.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14BF0 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20975240-
CMYK0.130.6900.06
HSL288.73º84.62%61.76%-
HSV(B)288.73º68.75%94.12%-
XYZ44.5424.8884.89-
YUV133.88187.89181.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 75 (29.69% from 255) = 14.31%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=39.89%
G=14.31%
B=45.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209752400.130.6900.06288.7384.6261.76
HexD14BF0D4506121553e
Octal321113360151050644112576
Binary110100011001011111100001101100010101101001000011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14BF0; }

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

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

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

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

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

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

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

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