#D234F3

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

Shades of Medium Orchid #D234F3

Tints of Medium Orchid #D234F3

Color information

#D234F3 (or 0xD234F3) is unknown color: approx Medium Orchid. HEX triplet: D2, 34 and F3. RGB value is (210,52,243). Sum of RGB (Red+Green+Blue) = 210+52+243=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #D234F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D234F3 is #2DCB0C. Grayscale: #787878. Windows color (decimal): -3001101 or 15938770. OLE color: 15938770.

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

Color convert

RGB21052243-
CMYK0.140.7900.05
HSL289.63º88.84%57.84%-
HSV(B)289.63º78.6%95.29%-
XYZ43.9822.6386.84-
YUV121.02196.85191.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 52 (20.70% from 255) = 10.30%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=41.58%
G=10.30%
B=48.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210522430.140.7900.05289.6388.8457.84
HexD234F3E4F05122593a
Octal32264363161170544213172
Binary11010010110100111100111110100111101011001000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D234F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D234F3; }

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

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

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

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

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

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

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

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