#C679D9

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

Shades of Orchid #C679D9

Tints of Orchid #C679D9

Color information

#C679D9 (or 0xC679D9) is unknown color: approx Orchid. HEX triplet: C6, 79 and D9. RGB value is (198,121,217). Sum of RGB (Red+Green+Blue) = 198+121+217=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #C679D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D9 is #398626. Grayscale: #9A9A9A. Windows color (decimal): -3769895 or 14252486. OLE color: 14252486.

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

Color convert

RGB198121217-
CMYK0.090.4400.15
HSL288.12º55.81%66.27%-
HSV(B)288.12º44.24%85.1%-
XYZ42.6530.6969.32-
YUV154.97163.01158.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=36.94%
G=22.57%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981212170.090.4400.15288.1255.8166.27
HexC679D992C0F1203842
Octal306171331115401744070102
Binary110001101111001110110011001101100011111001000001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679D9; }

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

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

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

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

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

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

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

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