#D774D7

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

Shades of Orchid #D774D7

Tints of Orchid #D774D7

Color information

#D774D7 (or 0xD774D7) is unknown color: approx Orchid. HEX triplet: D7, 74 and D7. RGB value is (215,116,215). Sum of RGB (Red+Green+Blue) = 215+116+215=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D774D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774D7 is #288B28. Grayscale: #9C9C9C. Windows color (decimal): -2657065 or 14120151. OLE color: 14120151.

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

Color convert

RGB215116215-
CMYK00.4600.16
HSL300º55.31%64.9%-
HSV(B)300º46.05%84.31%-
XYZ46.5431.8467.98-
YUV156.89160.8169.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=39.38%
G=21.25%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511621500.4600.1630055.3164.9
HexD774D702E01012c3741
Octal32716432705602045467101
Binary1101011111101001101011101011100100001001011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774D7; }

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

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

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

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

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

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

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

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