#D280BE

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

Shades of Orchid #D280BE

Tints of Orchid #D280BE

Color information

#D280BE (or 0xD280BE) is unknown color: approx Orchid. HEX triplet: D2, 80 and BE. RGB value is (210,128,190). Sum of RGB (Red+Green+Blue) = 210+128+190=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D280BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280BE is #2D7F41. Grayscale: #9F9F9F. Windows color (decimal): -2981698 or 12484818. OLE color: 12484818.

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

Color convert

RGB210128190-
CMYK00.390.100.18
HSL314.63º47.67%66.27%-
HSV(B)314.63º39.05%82.35%-
XYZ43.5932.8652.76-
YUV159.59145.17163.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=39.77%
G=24.24%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012819000.390.100.18314.6347.6766.27
HexD280BE027A1213b3042
Octal322200276047122247360102
Binary11010010100000001011111001001111010100101001110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280BE; }

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

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

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

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

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

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

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

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