#C677BC

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

Shades of Orchid #C677BC

Tints of Orchid #C677BC

Color information

#C677BC (or 0xC677BC) is unknown color: approx Orchid. HEX triplet: C6, 77 and BC. RGB value is (198,119,188). Sum of RGB (Red+Green+Blue) = 198+119+188=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BC is #398843. Grayscale: #969696. Windows color (decimal): -3770436 or 12351430. OLE color: 12351430.

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

Color convert

RGB198119188-
CMYK00.400.050.22
HSL307.59º40.93%62.16%-
HSV(B)307.59º39.9%77.65%-
XYZ38.9628.8351.09-
YUV150.49149.17161.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 119 (46.88% from 255) = 23.56%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=39.21%
G=23.56%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811918800.400.050.22307.5940.9362.16
HexC677BC028516134293e
Octal3061672740505264645176
Binary11000110111011110111100010100010110110100110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C677BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C677BC; }

 p { color: rgb(198,119,188); }

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

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

 a { background-color: rgb(198,119,188); }

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

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

 span { border-color: rgb(198,119,188); }

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