#D975CD

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

Shades of Orchid #D975CD

Tints of Orchid #D975CD

Color information

#D975CD (or 0xD975CD) is unknown color: approx Orchid. HEX triplet: D9, 75 and CD. RGB value is (217,117,205). Sum of RGB (Red+Green+Blue) = 217+117+205=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D975CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975CD is #268A32. Grayscale: #9C9C9C. Windows color (decimal): -2525747 or 13465049. OLE color: 13465049.

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

Color convert

RGB217117205-
CMYK00.460.060.15
HSL307.2º56.82%65.49%-
HSV(B)307.2º46.08%85.1%-
XYZ4631.8861.49-
YUV156.93155.13170.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=40.26%
G=21.71%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711720500.460.060.15307.256.8265.49
HexD975CD02E6F1333941
Octal33116531505661746371101
Binary11011001111010111001101010111011011111001100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975CD; }

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

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

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

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

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

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

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

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