#D149F5

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

Shades of Medium Orchid #D149F5

Tints of Medium Orchid #D149F5

Color information

#D149F5 (or 0xD149F5) is unknown color: approx Medium Orchid. HEX triplet: D1, 49 and F5. RGB value is (209,73,245). Sum of RGB (Red+Green+Blue) = 209+73+245=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #D149F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149F5 is #2EB60A. Grayscale: #848484. Windows color (decimal): -3061259 or 16075217. OLE color: 16075217.

HSL color Cylindrical-coordinate representation of color #D149F5: hue angle of 287.44º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D149F5 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20973245-
CMYK0.150.7000.04
HSL287.44º89.58%62.35%-
HSV(B)287.44º70.2%96.08%-
XYZ45.1624.9188.81-
YUV133.27191.06182.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 73 (28.91% from 255) = 13.85%
BLUE value IS 245 (96.09% from 255) = 46.49%
R=39.66%
G=13.85%
B=46.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209732450.150.7000.04287.4489.5862.35
HexD149F5F460411f5a3e
Octal321111365171060443713276
Binary110100011001001111101011111100011001001000111111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149F5; }

 p { color: rgb(209,73,245); }

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

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

 a { background-color: rgb(209,73,245); }

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

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

 span { border-color: rgb(209,73,245); }

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