#C679BD

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

Shades of Orchid #C679BD

Tints of Orchid #C679BD

Color information

#C679BD (or 0xC679BD) is unknown color: approx Orchid. HEX triplet: C6, 79 and BD. RGB value is (198,121,189). Sum of RGB (Red+Green+Blue) = 198+121+189=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BD is #398642. Grayscale: #979797. Windows color (decimal): -3769923 or 12417478. OLE color: 12417478.

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

Color convert

RGB198121189-
CMYK00.390.050.22
HSL307.01º40.31%62.55%-
HSV(B)307.01º38.89%77.65%-
XYZ39.3129.3551.74-
YUV151.77149.01160.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=38.98%
G=23.82%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812118900.390.050.22307.0140.3162.55
HexC679BD027516133283f
Octal3061712750475264635077
Binary11000110111100110111101010011110110110100110011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679BD; }

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

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

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

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

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

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

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

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