#D775D1

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

Shades of Orchid #D775D1

Tints of Orchid #D775D1

Color information

#D775D1 (or 0xD775D1) is unknown color: approx Orchid. HEX triplet: D7, 75 and D1. RGB value is (215,117,209). Sum of RGB (Red+Green+Blue) = 215+117+209=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D775D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D1 is #288A2E. Grayscale: #9C9C9C. Windows color (decimal): -2656815 or 13727191. OLE color: 13727191.

HSL color Cylindrical-coordinate representation of color #D775D1: hue angle of 303.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775D1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215117209-
CMYK00.460.030.16
HSL303.67º55.06%65.1%-
HSV(B)303.67º45.58%84.31%-
XYZ45.8931.7764.04-
YUV156.79157.47169.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=39.74%
G=21.63%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511720900.460.030.16303.6755.0665.1
HexD775D102E3101303741
Octal32716532105632046067101
Binary11010111111010111010001010111011100001001100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775D1; }

 p { color: rgb(215,117,209); }

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

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

 a { background-color: rgb(215,117,209); }

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

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

 span { border-color: rgb(215,117,209); }

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