#D975BE

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

Shades of Orchid #D975BE

Tints of Orchid #D975BE

Color information

#D975BE (or 0xD975BE) is unknown color: approx Orchid. HEX triplet: D9, 75 and BE. RGB value is (217,117,190). Sum of RGB (Red+Green+Blue) = 217+117+190=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D975BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975BE is #268A41. Grayscale: #9B9B9B. Windows color (decimal): -2525762 or 12482009. OLE color: 12482009.

HSL color Cylindrical-coordinate representation of color #D975BE: hue angle of 316.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D975BE is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217117190-
CMYK00.460.120.15
HSL316.2º56.82%65.49%-
HSV(B)316.2º46.08%85.1%-
XYZ44.2731.1952.4-
YUV155.22147.63172.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=41.41%
G=22.33%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711719000.460.120.15316.256.8265.49
HexD975BE02ECF13c3941
Octal331165276056141747471101
Binary110110011110101101111100101110110011111001111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975BE; }

 p { color: rgb(217,117,190); }

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

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

 a { background-color: rgb(217,117,190); }

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

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

 span { border-color: rgb(217,117,190); }

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