#C677D7

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

Shades of Orchid #C677D7

Tints of Orchid #C677D7

Color information

#C677D7 (or 0xC677D7) is unknown color: approx Orchid. HEX triplet: C6, 77 and D7. RGB value is (198,119,215). Sum of RGB (Red+Green+Blue) = 198+119+215=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #C677D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677D7 is #398828. Grayscale: #999999. Windows color (decimal): -3770409 or 14120902. OLE color: 14120902.

HSL color Cylindrical-coordinate representation of color #C677D7: hue angle of 289.38º degrees, saturation: 0.55, 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 #C677D7 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198119215-
CMYK0.080.4500.16
HSL289.38º54.55%65.49%-
HSV(B)289.38º44.65%84.31%-
XYZ42.1530.1167.88-
YUV153.56162.67159.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=37.22%
G=22.37%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981192150.080.4500.16289.3854.5565.49
HexC677D782D0101213741
Octal306167327105502044167101
Binary1100011011101111101011110001011010100001001000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C677D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C677D7; }

 p { color: rgb(198,119,215); }

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

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

 a { background-color: rgb(198,119,215); }

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

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

 span { border-color: rgb(198,119,215); }

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