#C676C1

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

Shades of Orchid #C676C1

Tints of Orchid #C676C1

Color information

#C676C1 (or 0xC676C1) is unknown color: approx Orchid. HEX triplet: C6, 76 and C1. RGB value is (198,118,193). Sum of RGB (Red+Green+Blue) = 198+118+193=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C676C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676C1 is #39893E. Grayscale: #969696. Windows color (decimal): -3770687 or 12678854. OLE color: 12678854.

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

Color convert

RGB198118193-
CMYK00.400.030.22
HSL303.75º41.24%61.96%-
HSV(B)303.75º40.4%77.65%-
XYZ39.3928.8153.94-
YUV150.47152161.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=38.90%
G=23.18%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811819300.400.030.22303.7541.2461.96
HexC676C1028316130293e
Octal3061663010503264605176
Binary1100011011101101100000101010001110110100110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C676C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C676C1; }

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

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

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

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

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

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

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

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