#D97BDD

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

Shades of Orchid #D97BDD

Tints of Orchid #D97BDD

Color information

#D97BDD (or 0xD97BDD) is unknown color: approx Orchid. HEX triplet: D9, 7B and DD. RGB value is (217,123,221). Sum of RGB (Red+Green+Blue) = 217+123+221=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #D97BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BDD is #268422. Grayscale: #A1A1A1. Windows color (decimal): -2524195 or 14515161. OLE color: 14515161.

HSL color Cylindrical-coordinate representation of color #D97BDD: hue angle of 297.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97BDD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217123221-
CMYK0.020.4400.13
HSL297.55º59.04%67.45%-
HSV(B)297.55º44.34%86.67%-
XYZ48.7534.1472.43-
YUV162.28161.14167.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 123 (48.44% from 255) = 21.93%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=38.68%
G=21.93%
B=39.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171232210.020.4400.13297.5559.0467.45
HexD97BDD22C0D12a3b43
Octal33117333525401545273103
Binary1101100111110111101110110101100011011001010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97BDD; }

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

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

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

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

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

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

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

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