#C679BB

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

Shades of Orchid #C679BB

Tints of Orchid #C679BB

Color information

#C679BB (or 0xC679BB) is unknown color: approx Orchid. HEX triplet: C6, 79 and BB. RGB value is (198,121,187). Sum of RGB (Red+Green+Blue) = 198+121+187=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BB is #398644. Grayscale: #979797. Windows color (decimal): -3769925 or 12286406. OLE color: 12286406.

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

Color convert

RGB198121187-
CMYK00.390.060.22
HSL308.57º40.31%62.55%-
HSV(B)308.57º38.89%77.65%-
XYZ39.129.2750.6-
YUV151.55148.01161.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=39.13%
G=23.91%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812118700.390.060.22308.5740.3162.55
HexC679BB027616135283f
Octal3061712730476264655077
Binary11000110111100110111011010011111010110100110101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679BB; }

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

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

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

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

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

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

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

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