#D145F5

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

Shades of Medium Orchid #D145F5

Tints of Medium Orchid #D145F5

Color information

#D145F5 (or 0xD145F5) is unknown color: approx Medium Orchid. HEX triplet: D1, 45 and F5. RGB value is (209,69,245). Sum of RGB (Red+Green+Blue) = 209+69+245=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #D145F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145F5 is #2EBA0A. Grayscale: #828282. Windows color (decimal): -3062283 or 16074193. OLE color: 16074193.

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

Color convert

RGB20969245-
CMYK0.150.7200.04
HSL287.73º89.8%61.57%-
HSV(B)287.73º71.84%96.08%-
XYZ44.924.488.73-
YUV130.92192.38183.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 69 (27.34% from 255) = 13.19%
BLUE value IS 245 (96.09% from 255) = 46.85%
R=39.96%
G=13.19%
B=46.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209692450.150.7200.04287.7389.861.57
HexD145F5F48041205a3e
Octal321105365171100444013276
Binary110100011000101111101011111100100001001001000001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D145F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D145F5; }

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

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

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

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

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

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

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

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