#D235E6

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

Shades of Medium Orchid #D235E6

Tints of Medium Orchid #D235E6

Color information

#D235E6 (or 0xD235E6) is unknown color: approx Medium Orchid. HEX triplet: D2, 35 and E6. RGB value is (210,53,230). Sum of RGB (Red+Green+Blue) = 210+53+230=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #D235E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235E6 is #2DCA19. Grayscale: #777777. Windows color (decimal): -3000858 or 15087058. OLE color: 15087058.

HSL color Cylindrical-coordinate representation of color #D235E6: hue angle of 293.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D235E6 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21053230-
CMYK0.090.7700.10
HSL293.22º77.97%55.49%-
HSV(B)293.22º76.96%90.2%-
XYZ42.1321.9676.88-
YUV120.12190.01192.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 53 (21.09% from 255) = 10.75%
BLUE value IS 230 (90.23% from 255) = 46.65%
R=42.60%
G=10.75%
B=46.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal210532300.090.7700.10293.2277.9755.49
HexD235E694D0A1254e37
Octal322653461111501244511667
Binary110100101101011110011010011001101010101001001011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D235E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D235E6; }

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

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

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

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

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

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

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

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