#C679BE

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

Shades of Orchid #C679BE

Tints of Orchid #C679BE

Color information

#C679BE (or 0xC679BE) is unknown color: approx Orchid. HEX triplet: C6, 79 and BE. RGB value is (198,121,190). Sum of RGB (Red+Green+Blue) = 198+121+190=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BE is #398641. Grayscale: #979797. Windows color (decimal): -3769922 or 12483014. OLE color: 12483014.

HSL color Cylindrical-coordinate representation of color #C679BE: hue angle of 306.23º 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 #C679BE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198121190-
CMYK00.390.040.22
HSL306.23º40.31%62.55%-
HSV(B)306.23º38.89%77.65%-
XYZ39.4229.452.31-
YUV151.89149.51160.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=38.90%
G=23.77%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812119000.390.040.22306.2340.3162.55
HexC679BE027416132283f
Octal3061712760474264625077
Binary11000110111100110111110010011110010110100110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679BE; }

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

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

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

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

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

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

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

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