#D283DD

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

Shades of Orchid #D283DD

Tints of Orchid #D283DD

Color information

#D283DD (or 0xD283DD) is unknown color: approx Orchid. HEX triplet: D2, 83 and DD. RGB value is (210,131,221). Sum of RGB (Red+Green+Blue) = 210+131+221=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D283DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DD is #2D7C22. Grayscale: #A4A4A4. Windows color (decimal): -2980899 or 14517202. OLE color: 14517202.

HSL color Cylindrical-coordinate representation of color #D283DD: hue angle of 292.67º degrees, saturation: 0.57, 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 #D283DD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210131221-
CMYK0.050.4100.13
HSL292.67º56.96%69.02%-
HSV(B)292.67º40.72%86.67%-
XYZ47.7535.1572.68-
YUV164.88159.67160.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 131 (51.56% from 255) = 23.31%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=37.37%
G=23.31%
B=39.32%

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
Decimal2101312210.050.4100.13292.6756.9669.02
HexD283DD5290D1253945
Octal32220333555101544571105
Binary110100101000001111011101101101001011011001001011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283DD; }

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

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

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

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

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

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

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

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