#D774C6

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

Shades of Orchid #D774C6

Tints of Orchid #D774C6

Color information

#D774C6 (or 0xD774C6) is unknown color: approx Orchid. HEX triplet: D7, 74 and C6. RGB value is (215,116,198). Sum of RGB (Red+Green+Blue) = 215+116+198=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D774C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774C6 is #288B39. Grayscale: #9A9A9A. Windows color (decimal): -2657082 or 13006039. OLE color: 13006039.

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

Color convert

RGB215116198-
CMYK00.460.080.16
HSL310.3º55.31%64.9%-
HSV(B)310.3º46.05%84.31%-
XYZ44.4631.0257.07-
YUV154.95152.3170.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 116 (45.70% from 255) = 21.93%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=40.64%
G=21.93%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511619800.460.080.16310.355.3164.9
HexD774C602E8101363741
Octal327164306056102046667101
Binary1101011111101001100011001011101000100001001101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774C6; }

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

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

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

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

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

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

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

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