#d47be1

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

Shades of Orchid #D47BE1

Tints of Orchid #D47BE1

Color information

#D47BE1 (or 0xD47BE1) is unknown color: approx Orchid. HEX triplet: D4, 7B and E1. RGB value is (212,123,225). Sum of RGB (Red+Green+Blue) = 212+123+225=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #D47BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BE1 is #2B841E. Grayscale: #A0A0A0. Windows color (decimal): -2851871 or 14777300. OLE color: 14777300.

HSL color Cylindrical-coordinate representation of color #D47BE1: hue angle of 292.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47BE1 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212123225-
CMYK0.060.4500.12
HSL292.35º62.96%68.24%-
HSV(B)292.35º45.33%88.24%-
XYZ47.8233.675.2-
YUV161.24163.99164.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 123 (48.44% from 255) = 21.96%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=37.86%
G=21.96%
B=40.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121232250.060.4500.12292.3562.9668.24
HexD47BE162D0C1243f44
Octal32417334165501444477104
Binary11010100111101111100001110101101011001001001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d47be1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d47be1; }

 p { color: rgb(212,123,225); }

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

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

 a { background-color: rgb(212,123,225); }

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

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

 span { border-color: rgb(212,123,225); }

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