#D97CCF

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

Shades of Orchid #D97CCF

Tints of Orchid #D97CCF

Color information

#D97CCF (or 0xD97CCF) is unknown color: approx Orchid. HEX triplet: D9, 7C and CF. RGB value is (217,124,207). Sum of RGB (Red+Green+Blue) = 217+124+207=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CCF is #268330. Grayscale: #A1A1A1. Windows color (decimal): -2523953 or 13597913. OLE color: 13597913.

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

Color convert

RGB217124207-
CMYK00.430.050.15
HSL306.45º55.03%66.86%-
HSV(B)306.45º42.86%85.1%-
XYZ47.0933.6763.05-
YUV161.27153.81167.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 124 (48.83% from 255) = 22.63%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=39.60%
G=22.63%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712420700.430.050.15306.4555.0366.86
HexD97CCF02B5F1323743
Octal33117431705351746267103
Binary11011001111110011001111010101110111111001100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CCF; }

 p { color: rgb(217,124,207); }

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

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

 a { background-color: rgb(217,124,207); }

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

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

 span { border-color: rgb(217,124,207); }

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