#D676CF

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

Shades of Orchid #D676CF

Tints of Orchid #D676CF

Color information

#D676CF (or 0xD676CF) is unknown color: approx Orchid. HEX triplet: D6, 76 and CF. RGB value is (214,118,207). Sum of RGB (Red+Green+Blue) = 214+118+207=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D676CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676CF is #298930. Grayscale: #9C9C9C. Windows color (decimal): -2722097 or 13596374. OLE color: 13596374.

HSL color Cylindrical-coordinate representation of color #D676CF: hue angle of 304.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676CF is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214118207-
CMYK00.450.030.16
HSL304.38º53.93%65.1%-
HSV(B)304.38º44.86%83.92%-
XYZ45.4731.7662.76-
YUV156.85156.3168.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=39.70%
G=21.89%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411820700.450.030.16304.3853.9365.1
HexD676CF02D3101303641
Octal32616631705532046066101
Binary11010110111011011001111010110111100001001100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676CF; }

 p { color: rgb(214,118,207); }

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

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

 a { background-color: rgb(214,118,207); }

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

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

 span { border-color: rgb(214,118,207); }

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