#D135DB

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

Shades of Medium Orchid #D135DB

Tints of Medium Orchid #D135DB

Color information

#D135DB (or 0xD135DB) is unknown color: approx Medium Orchid. HEX triplet: D1, 35 and DB. RGB value is (209,53,219). Sum of RGB (Red+Green+Blue) = 209+53+219=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D135DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135DB is #2ECA24. Grayscale: #767676. Windows color (decimal): -3066405 or 14366161. OLE color: 14366161.

HSL color Cylindrical-coordinate representation of color #D135DB: hue angle of 296.39º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D135DB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20953219-
CMYK0.050.7600.14
HSL296.39º69.75%53.33%-
HSV(B)296.39º75.8%85.88%-
XYZ40.3521.2268.99-
YUV118.57184.68192.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 53 (21.09% from 255) = 11.02%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=43.45%
G=11.02%
B=45.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209532190.050.7600.14296.3969.7553.33
HexD135DB54C0E1284635
Octal32165333511401645010665
Binary11010001110101110110111011001100011101001010001000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135DB; }

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

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

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

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

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

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

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

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