#D97DD4

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

Shades of Orchid #D97DD4

Tints of Orchid #D97DD4

Color information

#D97DD4 (or 0xD97DD4) is unknown color: approx Orchid. HEX triplet: D9, 7D and D4. RGB value is (217,125,212). Sum of RGB (Red+Green+Blue) = 217+125+212=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DD4 is #26822B. Grayscale: #A2A2A2. Windows color (decimal): -2523692 or 13925849. OLE color: 13925849.

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

Color convert

RGB217125212-
CMYK00.420.020.15
HSL303.26º54.76%67.06%-
HSV(B)303.26º42.4%85.1%-
XYZ47.8334.1766.36-
YUV162.43155.98166.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=39.17%
G=22.56%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712521200.420.020.15303.2654.7667.06
HexD97DD402A2F12f3743
Octal33117532405221745767103
Binary1101100111111011101010001010101011111001011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DD4; }

 p { color: rgb(217,125,212); }

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

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

 a { background-color: rgb(217,125,212); }

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

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

 span { border-color: rgb(217,125,212); }

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