#D135DD

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

Shades of Medium Orchid #D135DD

Tints of Medium Orchid #D135DD

Color information

#D135DD (or 0xD135DD) is unknown color: approx Medium Orchid. HEX triplet: D1, 35 and DD. RGB value is (209,53,221). Sum of RGB (Red+Green+Blue) = 209+53+221=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #D135DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135DD is #2ECA22. Grayscale: #767676. Windows color (decimal): -3066403 or 14497233. OLE color: 14497233.

HSL color Cylindrical-coordinate representation of color #D135DD: hue angle of 295.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D135DD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20953221-
CMYK0.050.7600.13
HSL295.71º71.19%53.73%-
HSV(B)295.71º76.02%86.67%-
XYZ40.6221.3270.38-
YUV118.8185.68192.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 53 (21.09% from 255) = 10.97%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=43.27%
G=10.97%
B=45.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209532210.050.7600.13295.7171.1953.73
HexD135DD54C0D1284736
Octal32165335511401545010766
Binary11010001110101110111011011001100011011001010001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135DD; }

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

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

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

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

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

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

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

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