#D481BE

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

Shades of Orchid #D481BE

Tints of Orchid #D481BE

Color information

#D481BE (or 0xD481BE) is unknown color: approx Orchid. HEX triplet: D4, 81 and BE. RGB value is (212,129,190). Sum of RGB (Red+Green+Blue) = 212+129+190=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D481BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481BE is #2B7E41. Grayscale: #A0A0A0. Windows color (decimal): -2850370 or 12485076. OLE color: 12485076.

HSL color Cylindrical-coordinate representation of color #D481BE: hue angle of 315.9º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D481BE is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212129190-
CMYK00.390.100.17
HSL315.9º49.11%66.86%-
HSV(B)315.9º39.15%83.14%-
XYZ44.333.4252.83-
YUV160.77144.5164.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=39.92%
G=24.29%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212919000.390.100.17315.949.1166.86
HexD481BE027A1113c3143
Octal324201276047122147461103
Binary11010100100000011011111001001111010100011001111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481BE; }

 p { color: rgb(212,129,190); }

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

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

 a { background-color: rgb(212,129,190); }

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

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

 span { border-color: rgb(212,129,190); }

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