#D97FDA

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

Shades of Orchid #D97FDA

Tints of Orchid #D97FDA

Color information

#D97FDA (or 0xD97FDA) is unknown color: approx Orchid. HEX triplet: D9, 7F and DA. RGB value is (217,127,218). Sum of RGB (Red+Green+Blue) = 217+127+218=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D97FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FDA is #268025. Grayscale: #A4A4A4. Windows color (decimal): -2523174 or 14319577. OLE color: 14319577.

HSL color Cylindrical-coordinate representation of color #D97FDA: hue angle of 299.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97FDA is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217127218-
CMYK0.000.4200.15
HSL299.34º55.15%67.65%-
HSV(B)299.34º41.74%85.49%-
XYZ48.8634.9970.51-
YUV164.28158.32165.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=38.61%
G=22.60%
B=38.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171272180.000.4200.15299.3455.1567.65
HexD97FDA02A0F12b3744
Octal33117733205201745367104
Binary110110011111111110110100101010011111001010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97FDA; }

 p { color: rgb(217,127,218); }

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

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

 a { background-color: rgb(217,127,218); }

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

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

 span { border-color: rgb(217,127,218); }

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