#D774C8

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

Shades of Orchid #D774C8

Tints of Orchid #D774C8

Color information

#D774C8 (or 0xD774C8) is unknown color: approx Orchid. HEX triplet: D7, 74 and C8. RGB value is (215,116,200). Sum of RGB (Red+Green+Blue) = 215+116+200=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D774C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774C8 is #288B37. Grayscale: #9A9A9A. Windows color (decimal): -2657080 or 13137111. OLE color: 13137111.

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

Color convert

RGB215116200-
CMYK00.460.070.16
HSL309.09º55.31%64.9%-
HSV(B)309.09º46.05%84.31%-
XYZ44.731.1158.29-
YUV155.18153.3170.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.49%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=40.49%
G=21.85%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511620000.460.070.16309.0955.3164.9
HexD774C802E7101353741
Octal32716431005672046567101
Binary110101111110100110010000101110111100001001101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774C8; }

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

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

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

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

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

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

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

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