#C679D8

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

Shades of Orchid #C679D8

Tints of Orchid #C679D8

Color information

#C679D8 (or 0xC679D8) is unknown color: approx Orchid. HEX triplet: C6, 79 and D8. RGB value is (198,121,216). Sum of RGB (Red+Green+Blue) = 198+121+216=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #C679D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D8 is #398627. Grayscale: #9A9A9A. Windows color (decimal): -3769896 or 14186950. OLE color: 14186950.

HSL color Cylindrical-coordinate representation of color #C679D8: hue angle of 288.63º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C679D8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198121216-
CMYK0.080.4400.15
HSL288.63º54.91%66.08%-
HSV(B)288.63º43.98%84.71%-
XYZ42.5230.6468.64-
YUV154.85162.51158.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=37.01%
G=22.62%
B=40.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981212160.080.4400.15288.6354.9166.08
HexC679D882C0F1213742
Octal306171330105401744167102
Binary110001101111001110110001000101100011111001000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679D8; }

 p { color: rgb(198,121,216); }

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

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

 a { background-color: rgb(198,121,216); }

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

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

 span { border-color: rgb(198,121,216); }

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