#D97BE6

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

Shades of Orchid #D97BE6

Tints of Orchid #D97BE6

Color information

#D97BE6 (or 0xD97BE6) is unknown color: approx Orchid. HEX triplet: D9, 7B and E6. RGB value is (217,123,230). Sum of RGB (Red+Green+Blue) = 217+123+230=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #D97BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BE6 is #268419. Grayscale: #A2A2A2. Windows color (decimal): -2524186 or 15104985. OLE color: 15104985.

HSL color Cylindrical-coordinate representation of color #D97BE6: hue angle of 292.71º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97BE6 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217123230-
CMYK0.060.4700.10
HSL292.71º68.15%69.22%-
HSV(B)292.71º46.52%90.2%-
XYZ49.9834.6378.91-
YUV163.3165.64166.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 123 (48.44% from 255) = 21.58%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=38.07%
G=21.58%
B=40.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171232300.060.4700.10292.7168.1569.22
HexD97BE662F0A1254445
Octal331173346657012445104105
Binary110110011111011111001101101011110101010010010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97BE6; }

 p { color: rgb(217,123,230); }

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

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

 a { background-color: rgb(217,123,230); }

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

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

 span { border-color: rgb(217,123,230); }

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