#D174E5

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

Shades of Orchid #D174E5

Tints of Orchid #D174E5

Color information

#D174E5 (or 0xD174E5) is unknown color: approx Orchid. HEX triplet: D1, 74 and E5. RGB value is (209,116,229). Sum of RGB (Red+Green+Blue) = 209+116+229=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #D174E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174E5 is #2E8B1A. Grayscale: #9C9C9C. Windows color (decimal): -3050267 or 15037649. OLE color: 15037649.

HSL color Cylindrical-coordinate representation of color #D174E5: hue angle of 289.38º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D174E5 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB209116229-
CMYK0.090.4900.10
HSL289.38º68.48%67.65%-
HSV(B)289.38º49.34%89.8%-
XYZ46.6831.777.79-
YUV156.69168.81165.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 116 (45.70% from 255) = 20.94%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=37.73%
G=20.94%
B=41.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2091162290.090.4900.10289.3868.4867.65
HexD174E59310A1214444
Octal3211643451161012441104104
Binary1101000111101001110010110011100010101010010000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174E5; }

 p { color: rgb(209,116,229); }

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

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

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

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

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

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

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