#c679c4

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

Shades of Orchid #C679C4

Tints of Orchid #C679C4

Color information

#C679C4 (or 0xC679C4) is unknown color: approx Orchid. HEX triplet: C6, 79 and C4. RGB value is (198,121,196). Sum of RGB (Red+Green+Blue) = 198+121+196=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C679C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679C4 is #39863B. Grayscale: #989898. Windows color (decimal): -3769916 or 12876230. OLE color: 12876230.

HSL color Cylindrical-coordinate representation of color #C679C4: hue angle of 301.56º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679C4 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198121196-
CMYK00.390.010.22
HSL301.56º40.31%62.55%-
HSV(B)301.56º38.89%77.65%-
XYZ40.0929.6755.84-
YUV152.57152.51160.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=38.45%
G=23.50%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812119600.390.010.22301.5640.3162.55
HexC679C402711612e283f
Octal3061713040471264565077
Binary110001101111001110001000100111110110100101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c679c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c679c4; }

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

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

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

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

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

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

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

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