#D775D4

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

Shades of Orchid #D775D4

Tints of Orchid #D775D4

Color information

#D775D4 (or 0xD775D4) is unknown color: approx Orchid. HEX triplet: D7, 75 and D4. RGB value is (215,117,212). Sum of RGB (Red+Green+Blue) = 215+117+212=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D775D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775D4 is #288A2B. Grayscale: #9C9C9C. Windows color (decimal): -2656812 or 13923799. OLE color: 13923799.

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

Color convert

RGB215117212-
CMYK00.460.010.16
HSL301.84º55.06%65.1%-
HSV(B)301.84º45.58%84.31%-
XYZ46.2731.9266.01-
YUV157.13158.97169.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 212 (83.20% from 255) = 38.97%
R=39.52%
G=21.51%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511721200.460.010.16301.8455.0665.1
HexD775D402E11012e3741
Octal32716532405612045667101
Binary1101011111101011101010001011101100001001011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775D4; }

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

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

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

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

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

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

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

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