#D283DE

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

Shades of Orchid #D283DE

Tints of Orchid #D283DE

Color information

#D283DE (or 0xD283DE) is unknown color: approx Orchid. HEX triplet: D2, 83 and DE. RGB value is (210,131,222). Sum of RGB (Red+Green+Blue) = 210+131+222=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #D283DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DE is #2D7C21. Grayscale: #A4A4A4. Windows color (decimal): -2980898 or 14582738. OLE color: 14582738.

HSL color Cylindrical-coordinate representation of color #D283DE: hue angle of 292.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D283DE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210131222-
CMYK0.050.4100.13
HSL292.09º57.96%69.22%-
HSV(B)292.09º40.99%87.06%-
XYZ47.8835.2173.38-
YUV164.99160.17160.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 131 (51.56% from 255) = 23.27%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=37.30%
G=23.27%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101312220.050.4100.13292.0957.9669.22
HexD283DE5290D1243a45
Octal32220333655101544472105
Binary110100101000001111011110101101001011011001001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283DE; }

 p { color: rgb(210,131,222); }

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

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

 a { background-color: rgb(210,131,222); }

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

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

 span { border-color: rgb(210,131,222); }

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