#C672BF

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

Shades of Orchid #C672BF

Tints of Orchid #C672BF

Color information

#C672BF (or 0xC672BF) is unknown color: approx Orchid. HEX triplet: C6, 72 and BF. RGB value is (198,114,191). Sum of RGB (Red+Green+Blue) = 198+114+191=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C672BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672BF is #398D40. Grayscale: #939393. Windows color (decimal): -3771713 or 12546758. OLE color: 12546758.

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

Color convert

RGB198114191-
CMYK00.420.040.22
HSL305º42.42%61.18%-
HSV(B)305º42.42%77.65%-
XYZ38.7127.852.62-
YUV147.89152.33163.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 191 (75% from 255) = 37.97%
R=39.36%
G=22.66%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811419100.420.040.2230542.4261.18
HexC672BF02A4161312a3d
Octal3061622770524264615275
Binary11000110111001010111111010101010010110100110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C672BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C672BF; }

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

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

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

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

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

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

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

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