#D774D6

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

Shades of Orchid #D774D6

Tints of Orchid #D774D6

Color information

#D774D6 (or 0xD774D6) is unknown color: approx Orchid. HEX triplet: D7, 74 and D6. RGB value is (215,116,214). Sum of RGB (Red+Green+Blue) = 215+116+214=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D774D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774D6 is #288B29. Grayscale: #9C9C9C. Windows color (decimal): -2657066 or 14054615. OLE color: 14054615.

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

Color convert

RGB215116214-
CMYK00.460.000.16
HSL300.61º55.31%64.9%-
HSV(B)300.61º46.05%84.31%-
XYZ46.4131.7967.31-
YUV156.77160.3169.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=39.45%
G=21.28%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511621400.460.000.16300.6155.3164.9
HexD774D602E01012d3741
Octal32716432605602045567101
Binary1101011111101001101011001011100100001001011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774D6; }

 p { color: rgb(215,116,214); }

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

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

 a { background-color: rgb(215,116,214); }

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

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

 span { border-color: rgb(215,116,214); }

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