#D677C1

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

Shades of Orchid #D677C1

Tints of Orchid #D677C1

Color information

#D677C1 (or 0xD677C1) is unknown color: approx Orchid. HEX triplet: D6, 77 and C1. RGB value is (214,119,193). Sum of RGB (Red+Green+Blue) = 214+119+193=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C1 is #29883E. Grayscale: #9B9B9B. Windows color (decimal): -2721855 or 12679126. OLE color: 12679126.

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

Color convert

RGB214119193-
CMYK00.440.100.16
HSL313.26º53.67%65.29%-
HSV(B)313.26º44.39%83.92%-
XYZ43.9531.3454.18-
YUV155.84148.97169.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 119 (46.88% from 255) = 22.62%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=40.68%
G=22.62%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411919300.440.100.16313.2653.6765.29
HexD677C102CA101393641
Octal326167301054122047166101
Binary1101011011101111100000101011001010100001001110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677C1; }

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

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

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

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

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

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

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

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