#D677CE

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

Shades of Orchid #D677CE

Tints of Orchid #D677CE

Color information

#D677CE (or 0xD677CE) is unknown color: approx Orchid. HEX triplet: D6, 77 and CE. RGB value is (214,119,206). Sum of RGB (Red+Green+Blue) = 214+119+206=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D677CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677CE is #298831. Grayscale: #9D9D9D. Windows color (decimal): -2721842 or 13531094. OLE color: 13531094.

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

Color convert

RGB214119206-
CMYK00.440.040.16
HSL305.05º53.67%65.29%-
HSV(B)305.05º44.39%83.92%-
XYZ45.4731.9562.16-
YUV157.32155.47168.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=39.70%
G=22.08%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411920600.440.040.16305.0553.6765.29
HexD677CE02C4101313641
Octal32616731605442046166101
Binary110101101110111110011100101100100100001001100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677CE; }

 p { color: rgb(214,119,206); }

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

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

 a { background-color: rgb(214,119,206); }

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

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

 span { border-color: rgb(214,119,206); }

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