#D235DB

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

Shades of Medium Orchid #D235DB

Tints of Medium Orchid #D235DB

Color information

#D235DB (or 0xD235DB) is unknown color: approx Medium Orchid. HEX triplet: D2, 35 and DB. RGB value is (210,53,219). Sum of RGB (Red+Green+Blue) = 210+53+219=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D235DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235DB is #2DCA24. Grayscale: #767676. Windows color (decimal): -3000869 or 14366162. OLE color: 14366162.

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

Color convert

RGB21053219-
CMYK0.040.7600.14
HSL296.75º69.75%53.33%-
HSV(B)296.75º75.8%85.88%-
XYZ40.6421.3669-
YUV118.87184.51193-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 53 (21.09% from 255) = 11.00%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=43.57%
G=11.00%
B=45.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210532190.040.7600.14296.7569.7553.33
HexD235DB44C0E1294635
Octal32265333411401645110665
Binary11010010110101110110111001001100011101001010011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D235DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D235DB; }

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

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

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

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

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

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

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

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