#C674BF

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

Shades of Orchid #C674BF

Tints of Orchid #C674BF

Color information

#C674BF (or 0xC674BF) is unknown color: approx Orchid. HEX triplet: C6, 74 and BF. RGB value is (198,116,191). Sum of RGB (Red+Green+Blue) = 198+116+191=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BF is #398B40. Grayscale: #949494. Windows color (decimal): -3771201 or 12547270. OLE color: 12547270.

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

Color convert

RGB198116191-
CMYK00.410.040.22
HSL305.12º41.84%61.57%-
HSV(B)305.12º41.41%77.65%-
XYZ38.9428.2652.69-
YUV149.07151.67162.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 191 (75% from 255) = 37.82%
R=39.21%
G=22.97%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811619100.410.040.22305.1241.8461.57
HexC674BF0294161312a3e
Octal3061642770514264615276
Binary11000110111010010111111010100110010110100110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674BF; }

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

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

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

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

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

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

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

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