#D875C4

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

Shades of Orchid #D875C4

Tints of Orchid #D875C4

Color information

#D875C4 (or 0xD875C4) is unknown color: approx Orchid. HEX triplet: D8, 75 and C4. RGB value is (216,117,196). Sum of RGB (Red+Green+Blue) = 216+117+196=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D875C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875C4 is #278A3B. Grayscale: #9B9B9B. Windows color (decimal): -2591292 or 12875224. OLE color: 12875224.

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

Color convert

RGB216117196-
CMYK00.460.090.15
HSL312.12º55.93%65.29%-
HSV(B)312.12º45.83%84.71%-
XYZ44.6431.3155.91-
YUV155.61150.8171.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=40.83%
G=22.12%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611719600.460.090.15312.1255.9365.29
HexD875C402E9F1383841
Octal330165304056111747070101
Binary110110001110101110001000101110100111111001110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875C4; }

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

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

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

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

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

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

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

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