#D975C3

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

Shades of Orchid #D975C3

Tints of Orchid #D975C3

Color information

#D975C3 (or 0xD975C3) is unknown color: approx Orchid. HEX triplet: D9, 75 and C3. RGB value is (217,117,195). Sum of RGB (Red+Green+Blue) = 217+117+195=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D975C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975C3 is #268A3C. Grayscale: #9B9B9B. Windows color (decimal): -2525757 or 12809689. OLE color: 12809689.

HSL color Cylindrical-coordinate representation of color #D975C3: hue angle of 313.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 #D975C3 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217117195-
CMYK00.460.100.15
HSL313.2º56.82%65.49%-
HSV(B)313.2º46.08%85.1%-
XYZ44.8331.4155.33-
YUV155.79150.13171.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=41.02%
G=22.12%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711719500.460.100.15313.256.8265.49
HexD975C302EAF1393941
Octal331165303056121747171101
Binary110110011110101110000110101110101011111001110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975C3; }

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

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

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

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

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

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

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

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