#D283D7

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

Shades of Orchid #D283D7

Tints of Orchid #D283D7

Color information

#D283D7 (or 0xD283D7) is unknown color: approx Orchid. HEX triplet: D2, 83 and D7. RGB value is (210,131,215). Sum of RGB (Red+Green+Blue) = 210+131+215=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #D283D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283D7 is #2D7C28. Grayscale: #A3A3A3. Windows color (decimal): -2980905 or 14123986. OLE color: 14123986.

HSL color Cylindrical-coordinate representation of color #D283D7: hue angle of 296.43º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D283D7 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210131215-
CMYK0.020.3900.16
HSL296.43º51.22%67.84%-
HSV(B)296.43º39.07%84.31%-
XYZ46.9634.8468.54-
YUV164.2156.67160.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=37.77%
G=23.56%
B=38.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101312150.020.3900.16296.4351.2267.84
HexD283D72270101283344
Octal32220332724702045063104
Binary110100101000001111010111101001110100001001010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283D7; }

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

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

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

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

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

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

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

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