#D235F3

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

Shades of Medium Orchid #D235F3

Tints of Medium Orchid #D235F3

Color information

#D235F3 (or 0xD235F3) is unknown color: approx Medium Orchid. HEX triplet: D2, 35 and F3. RGB value is (210,53,243). Sum of RGB (Red+Green+Blue) = 210+53+243=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #D235F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D235F3 is #2DCA0C. Grayscale: #797979. Windows color (decimal): -3000845 or 15939026. OLE color: 15939026.

HSL color Cylindrical-coordinate representation of color #D235F3: hue angle of 289.58º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D235F3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21053243-
CMYK0.140.7800.05
HSL289.58º88.79%58.04%-
HSV(B)289.58º78.19%95.29%-
XYZ44.0322.7286.86-
YUV121.6196.51191.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 53 (21.09% from 255) = 10.47%
BLUE value IS 243 (95.31% from 255) = 48.02%
R=41.50%
G=10.47%
B=48.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210532430.140.7800.05289.5888.7958.04
HexD235F3E4E05122593a
Octal32265363161160544213172
Binary11010010110101111100111110100111001011001000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D235F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D235F3; }

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

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

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

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

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

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

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

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