#D135F3

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

Shades of Medium Orchid #D135F3

Tints of Medium Orchid #D135F3

Color information

#D135F3 (or 0xD135F3) is unknown color: approx Medium Orchid. HEX triplet: D1, 35 and F3. RGB value is (209,53,243). Sum of RGB (Red+Green+Blue) = 209+53+243=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #D135F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D135F3 is #2ECA0C. Grayscale: #787878. Windows color (decimal): -3066381 or 15939025. OLE color: 15939025.

HSL color Cylindrical-coordinate representation of color #D135F3: hue angle of 289.26º 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 #D135F3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20953243-
CMYK0.140.7800.05
HSL289.26º88.79%58.04%-
HSV(B)289.26º78.19%95.29%-
XYZ43.7522.5786.85-
YUV121.3196.68190.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 53 (21.09% from 255) = 10.50%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=41.39%
G=10.50%
B=48.12%

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
Decimal209532430.140.7800.05289.2688.7958.04
HexD135F3E4E05121593a
Octal32165363161160544113172
Binary11010001110101111100111110100111001011001000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135F3; }

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

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

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

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

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

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

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

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