#D035F3

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

Shades of Medium Orchid #D035F3

Tints of Medium Orchid #D035F3

Color information

#D035F3 (or 0xD035F3) is unknown color: approx Medium Orchid. HEX triplet: D0, 35 and F3. RGB value is (208,53,243). Sum of RGB (Red+Green+Blue) = 208+53+243=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #D035F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D035F3 is #2FCA0C. Grayscale: #787878. Windows color (decimal): -3131917 or 15939024. OLE color: 15939024.

HSL color Cylindrical-coordinate representation of color #D035F3: hue angle of 288.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D035F3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20853243-
CMYK0.140.7800.05
HSL288.95º88.79%58.04%-
HSV(B)288.95º78.19%95.29%-
XYZ43.4622.4386.83-
YUV121196.85190.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 53 (21.09% from 255) = 10.52%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=41.27%
G=10.52%
B=48.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208532430.140.7800.05288.9588.7958.04
HexD035F3E4E05121593a
Octal32065363161160544113172
Binary11010000110101111100111110100111001011001000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D035F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D035F3; }

 p { color: rgb(208,53,243); }

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

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

 a { background-color: rgb(208,53,243); }

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

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

 span { border-color: rgb(208,53,243); }

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