#D283BE

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

Shades of Orchid #D283BE

Tints of Orchid #D283BE

Color information

#D283BE (or 0xD283BE) is unknown color: approx Orchid. HEX triplet: D2, 83 and BE. RGB value is (210,131,190). Sum of RGB (Red+Green+Blue) = 210+131+190=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D283BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283BE is #2D7C41. Grayscale: #A1A1A1. Windows color (decimal): -2980930 or 12485586. OLE color: 12485586.

HSL color Cylindrical-coordinate representation of color #D283BE: hue angle of 315.19º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283BE is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210131190-
CMYK00.380.100.18
HSL315.19º46.75%66.86%-
HSV(B)315.19º37.62%82.35%-
XYZ43.9933.6552.89-
YUV161.35144.17162.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=39.55%
G=24.67%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013119000.380.100.18315.1946.7566.86
HexD283BE026A1213b2f43
Octal322203276046122247357103
Binary11010010100000111011111001001101010100101001110111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283BE; }

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

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

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

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

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

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

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

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