#C676BE

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

Shades of Orchid #C676BE

Tints of Orchid #C676BE

Color information

#C676BE (or 0xC676BE) is unknown color: approx Orchid. HEX triplet: C6, 76 and BE. RGB value is (198,118,190). Sum of RGB (Red+Green+Blue) = 198+118+190=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C676BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676BE is #398941. Grayscale: #959595. Windows color (decimal): -3770690 or 12482246. OLE color: 12482246.

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

Color convert

RGB198118190-
CMYK00.400.040.22
HSL306º41.24%61.96%-
HSV(B)306º40.4%77.65%-
XYZ39.0628.6852.19-
YUV150.13150.5162.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=39.13%
G=23.32%
B=37.55%

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
Decimal19811819000.400.040.2230641.2461.96
HexC676BE028416132293e
Octal3061662760504264625176
Binary11000110111011010111110010100010010110100110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C676BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C676BE; }

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

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

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

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

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

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

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

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