#D17ECA

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

Shades of Orchid #D17ECA

Tints of Orchid #D17ECA

Color information

#D17ECA (or 0xD17ECA) is unknown color: approx Orchid. HEX triplet: D1, 7E and CA. RGB value is (209,126,202). Sum of RGB (Red+Green+Blue) = 209+126+202=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ECA is #2E8135. Grayscale: #9F9F9F. Windows color (decimal): -3047734 or 13270737. OLE color: 13270737.

HSL color Cylindrical-coordinate representation of color #D17ECA: hue angle of 305.06º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17ECA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209126202-
CMYK00.400.030.18
HSL305.06º47.43%65.69%-
HSV(B)305.06º39.71%81.96%-
XYZ44.4232.7459.86-
YUV159.48152163.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=38.92%
G=23.46%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912620200.400.030.18305.0647.4365.69
HexD17ECA0283121312f42
Octal32117631205032246157102
Binary11010001111111011001010010100011100101001100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17ECA; }

 p { color: rgb(209,126,202); }

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

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

 a { background-color: rgb(209,126,202); }

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

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

 span { border-color: rgb(209,126,202); }

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