#D433EE

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

Shades of Medium Orchid #D433EE

Tints of Medium Orchid #D433EE

Color information

#D433EE (or 0xD433EE) is unknown color: approx Medium Orchid. HEX triplet: D4, 33 and EE. RGB value is (212,51,238). Sum of RGB (Red+Green+Blue) = 212+51+238=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D433EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D433EE is #2BCC11. Grayscale: #777777. Windows color (decimal): -2870290 or 15610836. OLE color: 15610836.

HSL color Cylindrical-coordinate representation of color #D433EE: hue angle of 291.66º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D433EE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21251238-
CMYK0.110.7900.07
HSL291.66º84.62%56.67%-
HSV(B)291.66º78.57%93.33%-
XYZ43.7722.5482.93-
YUV120.46194.34193.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 51 (20.31% from 255) = 10.18%
BLUE value IS 238 (93.36% from 255) = 47.50%
R=42.32%
G=10.18%
B=47.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212512380.110.7900.07291.6684.6256.67
HexD433EEB4F071245539
Octal32463356131170744412571
Binary11010100110011111011101011100111101111001001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D433EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D433EE; }

 p { color: rgb(212,51,238); }

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

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

 a { background-color: rgb(212,51,238); }

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

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

 span { border-color: rgb(212,51,238); }

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