#D677C2

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

Shades of Orchid #D677C2

Tints of Orchid #D677C2

Color information

#D677C2 (or 0xD677C2) is unknown color: approx Orchid. HEX triplet: D6, 77 and C2. RGB value is (214,119,194). Sum of RGB (Red+Green+Blue) = 214+119+194=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C2 is #29883D. Grayscale: #9B9B9B. Windows color (decimal): -2721854 or 12744662. OLE color: 12744662.

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

Color convert

RGB214119194-
CMYK00.440.090.16
HSL312.63º53.67%65.29%-
HSV(B)312.63º44.39%83.92%-
XYZ44.0731.3854.77-
YUV155.95149.47169.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=40.61%
G=22.58%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411919400.440.090.16312.6353.6765.29
HexD677C202C9101393641
Octal326167302054112047166101
Binary1101011011101111100001001011001001100001001110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677C2; }

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

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

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

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

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

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

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

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