#D135DE

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

Shades of Medium Orchid #D135DE

Tints of Medium Orchid #D135DE

Color information

#D135DE (or 0xD135DE) is unknown color: approx Medium Orchid. HEX triplet: D1, 35 and DE. RGB value is (209,53,222). Sum of RGB (Red+Green+Blue) = 209+53+222=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #D135DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135DE is #2ECA21. Grayscale: #767676. Windows color (decimal): -3066402 or 14562769. OLE color: 14562769.

HSL color Cylindrical-coordinate representation of color #D135DE: hue angle of 295.38º degrees, saturation: 0.72, 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 #D135DE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20953222-
CMYK0.060.7600.13
HSL295.38º71.91%53.92%-
HSV(B)295.38º76.13%87.06%-
XYZ40.7521.3871.09-
YUV118.91186.18192.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 53 (21.09% from 255) = 10.95%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=43.18%
G=10.95%
B=45.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209532220.060.7600.13295.3871.9153.92
HexD135DE64C0D1274836
Octal32165336611401544711066
Binary11010001110101110111101101001100011011001001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D135DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D135DE; }

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

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

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

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

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

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

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

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