#D975E6

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

Shades of Orchid #D975E6

Tints of Orchid #D975E6

Color information

#D975E6 (or 0xD975E6) is unknown color: approx Orchid. HEX triplet: D9, 75 and E6. RGB value is (217,117,230). Sum of RGB (Red+Green+Blue) = 217+117+230=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D975E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975E6 is #268A19. Grayscale: #9F9F9F. Windows color (decimal): -2525722 or 15103449. OLE color: 15103449.

HSL color Cylindrical-coordinate representation of color #D975E6: hue angle of 293.1º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D975E6 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217117230-
CMYK0.060.4900.10
HSL293.1º69.33%68.04%-
HSV(B)293.1º49.13%90.2%-
XYZ49.2633.1978.67-
YUV159.78167.63168.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 230 (90.23% from 255) = 40.78%
R=38.48%
G=20.74%
B=40.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171172300.060.4900.10293.169.3368.04
HexD975E66310A1254544
Octal331165346661012445105104
Binary110110011110101111001101101100010101010010010110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975E6; }

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

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

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

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

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

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

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

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