#D875CD

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

Shades of Orchid #D875CD

Tints of Orchid #D875CD

Color information

#D875CD (or 0xD875CD) is unknown color: approx Orchid. HEX triplet: D8, 75 and CD. RGB value is (216,117,205). Sum of RGB (Red+Green+Blue) = 216+117+205=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D875CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875CD is #278A32. Grayscale: #9C9C9C. Windows color (decimal): -2591283 or 13465048. OLE color: 13465048.

HSL color Cylindrical-coordinate representation of color #D875CD: hue angle of 306.67º degrees, saturation: 0.56, 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 #D875CD is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216117205-
CMYK00.460.050.15
HSL306.67º55.93%65.29%-
HSV(B)306.67º45.83%84.71%-
XYZ45.731.7361.47-
YUV156.63155.3170.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=40.15%
G=21.75%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611720500.460.050.15306.6755.9365.29
HexD875CD02E5F1333841
Octal33016531505651746370101
Binary11011000111010111001101010111010111111001100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875CD; }

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

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

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

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

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

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

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

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