#c673cf

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

Shades of Orchid #C673CF

Tints of Orchid #C673CF

Color information

#C673CF (or 0xC673CF) is unknown color: approx Orchid. HEX triplet: C6, 73 and CF. RGB value is (198,115,207). Sum of RGB (Red+Green+Blue) = 198+115+207=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #C673CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673CF is #398C30. Grayscale: #969696. Windows color (decimal): -3771441 or 13595590. OLE color: 13595590.

HSL color Cylindrical-coordinate representation of color #C673CF: hue angle of 294.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C673CF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198115207-
CMYK0.040.4400.19
HSL294.13º48.94%63.14%-
HSV(B)294.13º44.44%81.18%-
XYZ40.6828.7762.44-
YUV150.3160162.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 115 (45.31% from 255) = 22.12%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=38.08%
G=22.12%
B=39.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981152070.040.4400.19294.1348.9463.14
HexC673CF42C013126313f
Octal3061633174540234466177
Binary11000110111001111001111100101100010011100100110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c673cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c673cf; }

 p { color: rgb(198,115,207); }

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

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

 a { background-color: rgb(198,115,207); }

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

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

 span { border-color: rgb(198,115,207); }

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