#D774C1

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

Shades of Orchid #D774C1

Tints of Orchid #D774C1

Color information

#D774C1 (or 0xD774C1) is unknown color: approx Orchid. HEX triplet: D7, 74 and C1. RGB value is (215,116,193). Sum of RGB (Red+Green+Blue) = 215+116+193=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D774C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774C1 is #288B3E. Grayscale: #9A9A9A. Windows color (decimal): -2657087 or 12678359. OLE color: 12678359.

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

Color convert

RGB215116193-
CMYK00.460.100.16
HSL313.33º55.31%64.9%-
HSV(B)313.33º46.05%84.31%-
XYZ43.930.7954.08-
YUV154.38149.8171.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 193 (75.78% from 255) = 36.83%
R=41.03%
G=22.14%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511619300.460.100.16313.3355.3164.9
HexD774C102EA101393741
Octal327164301056122047167101
Binary1101011111101001100000101011101010100001001110011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774C1; }

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

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

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

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

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

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

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

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