#D775D3

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

Shades of Orchid #D775D3

Tints of Orchid #D775D3

Color information

#D775D3 (or 0xD775D3) is unknown color: approx Orchid. HEX triplet: D7, 75 and D3. RGB value is (215,117,211). Sum of RGB (Red+Green+Blue) = 215+117+211=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D775D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D3 is #288A2C. Grayscale: #9C9C9C. Windows color (decimal): -2656813 or 13858263. OLE color: 13858263.

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

Color convert

RGB215117211-
CMYK00.460.020.16
HSL302.45º55.06%65.1%-
HSV(B)302.45º45.58%84.31%-
XYZ46.1431.8765.35-
YUV157.02158.47169.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 211 (82.81% from 255) = 38.86%
R=39.59%
G=21.55%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511721100.460.020.16302.4555.0665.1
HexD775D302E21012e3741
Octal32716532305622045667101
Binary11010111111010111010011010111010100001001011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775D3; }

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

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

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

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

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

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

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

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