#D233E4

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

Shades of Medium Orchid #D233E4

Tints of Medium Orchid #D233E4

Color information

#D233E4 (or 0xD233E4) is unknown color: approx Medium Orchid. HEX triplet: D2, 33 and E4. RGB value is (210,51,228). Sum of RGB (Red+Green+Blue) = 210+51+228=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #D233E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233E4 is #2DCC1B. Grayscale: #767676. Windows color (decimal): -3001372 or 14955474. OLE color: 14955474.

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

Color convert

RGB21051228-
CMYK0.080.7800.11
HSL293.9º76.62%54.71%-
HSV(B)293.9º77.63%89.41%-
XYZ41.7721.6775.38-
YUV118.72189.68193.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 51 (20.31% from 255) = 10.43%
BLUE value IS 228 (89.45% from 255) = 46.63%
R=42.94%
G=10.43%
B=46.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210512280.080.7800.11293.976.6254.71
HexD233E484E0B1264d37
Octal322633441011601344611567
Binary110100101100111110010010001001110010111001001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D233E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D233E4; }

 p { color: rgb(210,51,228); }

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

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

 a { background-color: rgb(210,51,228); }

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

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

 span { border-color: rgb(210,51,228); }

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