#C676BF

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

Shades of Orchid #C676BF

Tints of Orchid #C676BF

Color information

#C676BF (or 0xC676BF) is unknown color: approx Orchid. HEX triplet: C6, 76 and BF. RGB value is (198,118,191). Sum of RGB (Red+Green+Blue) = 198+118+191=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C676BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676BF is #398940. Grayscale: #969696. Windows color (decimal): -3770689 or 12547782. OLE color: 12547782.

HSL color Cylindrical-coordinate representation of color #C676BF: hue angle of 305.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C676BF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198118191-
CMYK00.400.040.22
HSL305.25º41.24%61.96%-
HSV(B)305.25º40.4%77.65%-
XYZ39.1728.7252.77-
YUV150.24151162.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 191 (75% from 255) = 37.67%
R=39.05%
G=23.27%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811819100.400.040.22305.2541.2461.96
HexC676BF028416131293e
Octal3061662770504264615176
Binary11000110111011010111111010100010010110100110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C676BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C676BF; }

 p { color: rgb(198,118,191); }

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

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

 a { background-color: rgb(198,118,191); }

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

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

 span { border-color: rgb(198,118,191); }

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