#C679D7

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

Shades of Orchid #C679D7

Tints of Orchid #C679D7

Color information

#C679D7 (or 0xC679D7) is unknown color: approx Orchid. HEX triplet: C6, 79 and D7. RGB value is (198,121,215). Sum of RGB (Red+Green+Blue) = 198+121+215=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #C679D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D7 is #398628. Grayscale: #9A9A9A. Windows color (decimal): -3769897 or 14121414. OLE color: 14121414.

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

Color convert

RGB198121215-
CMYK0.080.4400.16
HSL289.15º54.02%65.88%-
HSV(B)289.15º43.72%84.31%-
XYZ42.3930.5967.96-
YUV154.74162.01158.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=37.08%
G=22.66%
B=40.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981212150.080.4400.16289.1554.0265.88
HexC679D782C0101213642
Octal306171327105402044166102
Binary1100011011110011101011110001011000100001001000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679D7; }

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

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

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

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

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

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

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

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