#D283DF

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

Shades of Orchid #D283DF

Tints of Orchid #D283DF

Color information

#D283DF (or 0xD283DF) is unknown color: approx Orchid. HEX triplet: D2, 83 and DF. RGB value is (210,131,223). Sum of RGB (Red+Green+Blue) = 210+131+223=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D283DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DF is #2D7C20. Grayscale: #A4A4A4. Windows color (decimal): -2980897 or 14648274. OLE color: 14648274.

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

Color convert

RGB210131223-
CMYK0.060.4100.13
HSL291.52º58.97%69.41%-
HSV(B)291.52º41.26%87.45%-
XYZ48.0135.2674.09-
YUV165.11160.67160.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 131 (51.56% from 255) = 23.23%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=37.23%
G=23.23%
B=39.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101312230.060.4100.13291.5258.9769.41
HexD283DF6290D1243b45
Octal32220333765101544473105
Binary110100101000001111011111110101001011011001001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283DF; }

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

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

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

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

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

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

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

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