#D875D0

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

Shades of Orchid #D875D0

Tints of Orchid #D875D0

Color information

#D875D0 (or 0xD875D0) is unknown color: approx Orchid. HEX triplet: D8, 75 and D0. RGB value is (216,117,208). Sum of RGB (Red+Green+Blue) = 216+117+208=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D875D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875D0 is #278A2F. Grayscale: #9C9C9C. Windows color (decimal): -2591280 or 13661656. OLE color: 13661656.

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

Color convert

RGB216117208-
CMYK00.460.040.15
HSL304.85º55.93%65.29%-
HSV(B)304.85º45.83%84.71%-
XYZ46.0731.8863.4-
YUV156.98156.8170.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=39.93%
G=21.63%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611720800.460.040.15304.8555.9365.29
HexD875D002E4F1313841
Octal33016532005641746170101
Binary11011000111010111010000010111010011111001100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875D0; }

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

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

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

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

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

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

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

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